Package | Description |
---|---|
org.uberfire.java.nio.base | |
org.uberfire.java.nio.channels | |
org.uberfire.java.nio.file.spi |
Modifier and Type | Class and Description |
---|---|
class |
SeekableByteChannelFileBasedImpl |
class |
SeekableByteChannelWrapperImpl |
Modifier and Type | Method and Description |
---|---|
SeekableByteChannel |
SeekableByteChannelWrapperImpl.position(long newPosition) |
SeekableByteChannel |
SeekableByteChannelFileBasedImpl.position(long newPosition) |
SeekableByteChannel |
SeekableByteChannelWrapperImpl.truncate(long size) |
SeekableByteChannel |
SeekableByteChannelFileBasedImpl.truncate(long size) |
Constructor and Description |
---|
SeekableByteChannelWrapperImpl(SeekableByteChannel channel) |
Modifier and Type | Method and Description |
---|---|
SeekableByteChannel |
SeekableByteChannel.position(long newPosition) |
SeekableByteChannel |
SeekableByteChannel.truncate(long size) |
Modifier and Type | Method and Description |
---|---|
SeekableByteChannel |
FileSystemProvider.newByteChannel(Path path,
Set<? extends OpenOption> options,
FileAttribute<?>... attrs) |
Copyright © 2012–2018 JBoss by Red Hat. All rights reserved.