Dart
dart:io
RawSynchronousSocket
available abstract method
available
RawSynchronousSocket class
Constructors
RawSynchronousSocket
Properties
address
port
remoteAddress
remotePort
hashCode
runtimeType
Methods
available
closeSync
readIntoSync
readSync
shutdown
writeFromSync
noSuchMethod
toString
Operators
operator ==
Static methods
connectSync
available method
int
available
(
)
Returns the number of received and unread bytes in the socket that can be read.
Implementation
int available();