AutoCloseable_, FileChannel_, de.pfabulist.roast.Roast<java.nio.channels.FileChannel>public class FileChannel_of extends java.lang.Object implements FileChannel_
| Constructor | Description |
|---|---|
FileChannel_of(java.nio.channels.FileChannel fileChannel) |
| Modifier and Type | Method | Description |
|---|---|---|
java.nio.channels.FileChannel |
_r() |
|
void |
close_() |
|
void |
force_(boolean b) |
|
java.nio.channels.FileLock |
lock_() |
|
long |
position_() |
|
java.nio.channels.FileChannel |
position_(long newPosition) |
|
int |
read_(java.nio.ByteBuffer dst) |
|
long |
read_(java.nio.ByteBuffer[] dsts) |
|
long |
read_(java.nio.ByteBuffer[] dsts,
int offset,
int length) |
|
long |
size_() |
|
long |
transferFrom_(java.nio.channels.ReadableByteChannel src,
long position,
long count) |
|
long |
transferTo_(long position,
long count,
java.nio.channels.WritableByteChannel target) |
open_, open_, open__, r_public java.nio.channels.FileChannel _r()
_r in interface de.pfabulist.roast.Roast<java.nio.channels.FileChannel>public long position_()
position_ in interface FileChannel_public java.nio.channels.FileChannel position_(long newPosition)
position_ in interface FileChannel_public int read_(java.nio.ByteBuffer dst)
read_ in interface FileChannel_public long read_(java.nio.ByteBuffer[] dsts,
int offset,
int length)
read_ in interface FileChannel_public long read_(java.nio.ByteBuffer[] dsts)
read_ in interface FileChannel_public long size_()
size_ in interface FileChannel_public long transferFrom_(java.nio.channels.ReadableByteChannel src,
long position,
long count)
transferFrom_ in interface FileChannel_public long transferTo_(long position,
long count,
java.nio.channels.WritableByteChannel target)
transferTo_ in interface FileChannel_public void force_(boolean b)
force_ in interface FileChannel_public java.nio.channels.FileLock lock_()
lock_ in interface FileChannel_public void close_()
close_ in interface AutoCloseable_Copyright © 2018. All rights reserved.