jovial_misc
io_utils
DataInputStream
close method
close
close
method
Null safety
Future
<
void
>
close
(
)
Cancel our underling stream.
Implementation
Future<void> close() { return _source.cancel(); }
jovial_misc
io_utils
DataInputStream
close method
DataInputStream class
Constructors
DataInputStream
Properties
bytesAvailable
endian
hashCode
runtimeType
Methods
close
debugStream
isEOF
noSuchMethod
read
readBoolean
readByte
readByteDataImmutable
readBytes
readBytesImmutable
readDouble
readFloat
readInt
readLong
readShort
readUnsignedByte
readUnsignedInt
readUnsignedLong
readUnsignedShort
readUTF8
remaining
toString
Operators
operator ==