public interface SeekableByteChannel_ extends AutoCloseable_, de.pfabulist.roast.Roast<SeekableByteChannel>
| Modifier and Type | Method and Description |
|---|---|
boolean |
isOpen_() |
long |
position_() |
SeekableByteChannel |
position_(long newPosition) |
static SeekableByteChannel_ |
r_(SeekableByteChannel seekableByteChannel) |
int |
read_(ByteBuffer bb) |
long |
size_() |
SeekableByteChannel |
truncate_(int size) |
int |
write_(ByteBuffer wrap) |
close_static SeekableByteChannel_ r_(SeekableByteChannel seekableByteChannel)
SeekableByteChannel position_(long newPosition)
long position_()
int write_(ByteBuffer wrap)
long size_()
int read_(ByteBuffer bb)
boolean isOpen_()
SeekableByteChannel truncate_(int size)
Copyright © 2017. All rights reserved.