FileDataIntCodec constructor

FileDataIntCodec(
  1. BytesFileIO _fileIO
)

Implementation

FileDataIntCodec(this._fileIO)
    : _io = _fileIO._io,
      _buffer = Uint8List(8) {
  _bufferByteData = _buffer.asByteData();
}