Dart
dart:io
RawSocket
available abstract method
available
RawSocket class
Constructors
RawSocket
Properties
address
port
readEventsEnabled
remoteAddress
remotePort
writeEventsEnabled
first
hashCode
isBroadcast
isEmpty
last
length
runtimeType
single
Methods
available
close
read
setOption
shutdown
write
any
asBroadcastStream
asyncExpand
asyncMap
cast
contains
distinct
drain
elementAt
every
expand
firstWhere
fold
forEach
handleError
join
lastWhere
listen
map
noSuchMethod
pipe
reduce
singleWhere
skip
skipWhile
take
takeWhile
timeout
toList
toSet
toString
transform
where
Operators
operator ==
Static methods
connect
available method
int
available
(
)
Returns the number of received and non-read bytes in the socket that can be read.
Implementation
int available();