jovial_misc
io_utils
ByteBufferDataInputStream
isEOF method
isEOF
isEOF
method
Null safety
bool
isEOF
(
)
Check if we're at end of file.
Implementation
bool isEOF() => _source.lengthInBytes <= seek;
jovial_misc
io_utils
ByteBufferDataInputStream
isEOF method
ByteBufferDataInputStream class
Constructors
ByteBufferDataInputStream
copy
Properties
bytesAvailable
endian
hashCode
runtimeType
seek
Methods
close
isEOF
noSuchMethod
read
readBoolean
readByte
readBytes
readBytesImmutable
readDouble
readFloat
readInt
readLong
readShort
readUnsignedByte
readUnsignedInt
readUnsignedLong
readUnsignedShort
readUTF8
remaining
remainingCopy
toString
Operators
operator ==