public class FileChannel_of extends Object implements FileChannel_
| Constructor and Description |
|---|
FileChannel_of(FileChannel fileChannel) |
| Modifier and Type | Method and Description |
|---|---|
FileChannel |
_r() |
void |
close_() |
void |
force_(boolean b) |
FileLock |
lock_() |
long |
position_() |
FileChannel |
position_(long newPosition) |
int |
read_(ByteBuffer dst) |
long |
read_(ByteBuffer[] dsts) |
long |
read_(ByteBuffer[] dsts,
int offset,
int length) |
long |
size_() |
long |
transferFrom_(ReadableByteChannel src,
long position,
long count) |
long |
transferTo_(long position,
long count,
WritableByteChannel target) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitopen__, open_, open_, r_public FileChannel_of(FileChannel fileChannel)
public FileChannel _r()
_r in interface de.pfabulist.roast.Roast<FileChannel>public long position_()
position_ in interface FileChannel_public FileChannel position_(long newPosition)
position_ in interface FileChannel_public int read_(ByteBuffer dst)
read_ in interface FileChannel_public long read_(ByteBuffer[] dsts, int offset, int length)
read_ in interface FileChannel_public long read_(ByteBuffer[] dsts)
read_ in interface FileChannel_public long size_()
size_ in interface FileChannel_public long transferFrom_(ReadableByteChannel src, long position, long count)
transferFrom_ in interface FileChannel_public long transferTo_(long position,
long count,
WritableByteChannel target)
transferTo_ in interface FileChannel_public void force_(boolean b)
force_ in interface FileChannel_public FileLock lock_()
lock_ in interface FileChannel_public void close_()
close_ in interface AutoCloseable_Copyright © 2017. All rights reserved.