public interface FileChannel_ extends AutoCloseable_, de.pfabulist.roast.Roast<FileChannel>
| Modifier and Type | Method and Description |
|---|---|
void |
force_(boolean b) |
FileLock |
lock_() |
static FileChannel_ |
open__(Path path,
Set<? extends OpenOption> options,
FileAttribute<?>... attrs) |
static FileChannel |
open_(Path path,
OpenOption... options) |
static FileChannel |
open_(Path path,
Set<? extends OpenOption> options,
FileAttribute<?>... attrs) |
long |
position_() |
FileChannel |
position_(long newPosition) |
static FileChannel_ |
r_(FileChannel fileChannel) |
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) |
close_static FileChannel_ r_(FileChannel fileChannel)
static FileChannel open_(Path path, OpenOption... options)
static FileChannel open_(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs)
static FileChannel_ open__(Path path, Set<? extends OpenOption> options, FileAttribute<?>... attrs)
long position_()
FileChannel position_(long newPosition)
int read_(ByteBuffer dst)
long read_(ByteBuffer[] dsts, int offset, int length)
long read_(ByteBuffer[] dsts)
long size_()
long transferFrom_(ReadableByteChannel src, long position, long count)
long transferTo_(long position,
long count,
WritableByteChannel target)
void force_(boolean b)
FileLock lock_()
Copyright © 2017. All rights reserved.