| Package | Description |
|---|---|
| org.kocakosm.pitaya.io |
| Modifier and Type | Method and Description |
|---|---|
static WriteOption |
WriteOption.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WriteOption[] |
WriteOption.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static BufferedOutputStream |
XFiles.newOutputStream(File f,
WriteOption... options)
Returns an
OutputStream to write to the given File. |
static BufferedWriter |
TextFiles.newWriter(File f,
Charset charset,
WriteOption... options)
Returns a new
BufferedWriter to write to the given
File using the specified charset. |
static BufferedWriter |
TextFiles.newWriter(File f,
WriteOption... options)
Returns a new
BufferedWriter to write to the given
File using the system's default charset. |
Copyright © 2012–2015. All rights reserved.