public class SeekableByteChannel_of extends Object implements SeekableByteChannel_
| Constructor and Description |
|---|
SeekableByteChannel_of(SeekableByteChannel seekableByteChannel) |
| Modifier and Type | Method and Description |
|---|---|
SeekableByteChannel |
_r() |
void |
close_() |
boolean |
isOpen_() |
long |
position_() |
SeekableByteChannel |
position_(long newPosition) |
int |
read_(ByteBuffer bb) |
long |
size_() |
SeekableByteChannel |
truncate_(int i) |
int |
write_(ByteBuffer bb) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitr_public SeekableByteChannel_of(SeekableByteChannel seekableByteChannel)
public SeekableByteChannel _r()
_r in interface de.pfabulist.roast.Roast<SeekableByteChannel>public void close_()
close_ in interface AutoCloseable_public SeekableByteChannel position_(long newPosition)
position_ in interface SeekableByteChannel_public long position_()
position_ in interface SeekableByteChannel_public int write_(ByteBuffer bb)
write_ in interface SeekableByteChannel_public long size_()
size_ in interface SeekableByteChannel_public int read_(ByteBuffer bb)
read_ in interface SeekableByteChannel_public boolean isOpen_()
isOpen_ in interface SeekableByteChannel_public SeekableByteChannel truncate_(int i)
truncate_ in interface SeekableByteChannel_Copyright © 2017. All rights reserved.