| Package | Description |
|---|---|
| org.classdump.luna.lib |
An abstract interface to the standard library.
|
| org.classdump.luna.lib.io |
The default implementation of the I/O library.
|
| Modifier and Type | Method and Description |
|---|---|
static IoFile.Whence |
IoFile.Whence.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IoFile.Whence[] |
IoFile.Whence.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
abstract long |
IoFile.seek(IoFile.Whence whence,
long position) |
| Modifier and Type | Method and Description |
|---|---|
long |
OutputStreamIoFile.seek(IoFile.Whence whence,
long offset) |
long |
InputStreamIoFile.seek(IoFile.Whence whence,
long offset) |
Copyright © 2016–2017. All rights reserved.