FileChannel.transferTo(long, long, WritableByteChannel)
or
FileChannel.transferFrom(ReadableByteChannel, long, long)
is called with a negative count.SeekableByteChannel.position(long)
is called with a negative position.FileChannel.read(ByteBuffer, long)
, FileChannel.write(ByteBuffer, long)
,
FileChannel.transferTo(long, long, WritableByteChannel)
or FileChannel.transferFrom(ReadableByteChannel, long, long)
is called with a negative position.SeekableByteChannel.truncate(long)
is called with a negative size.\0
) character.Copyright © 2016–2023. All rights reserved.