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