| Modifier and Type | Field and Description |
|---|---|
static EAppend |
EAppend.DEFAULT
The default is
TRUNCATE |
| Modifier and Type | Method and Description |
|---|---|
static EAppend |
EAppend.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EAppend[] |
EAppend.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
IHasOutputStream.getOutputStream(EAppend eAppend)
Get the output stream to read from the object.
|
default Writer |
IHasOutputStreamAndWriter.getWriter(Charset aCharset,
EAppend eAppend)
Get an
Writer based on this output stream provider using the given
charset. |
| Modifier and Type | Method and Description |
|---|---|
static Writer |
FileHelper.getBufferedWriter(File aFile,
EAppend eAppend,
Charset aCharset) |
static Writer |
FileHelper.getBufferedWriter(String sFilename,
EAppend eAppend,
Charset aCharset) |
static FileChannel |
FileHelper.getFileWriteChannel(File aFile,
EAppend eAppend) |
static FileChannel |
FileHelper.getFileWriteChannel(String sFilename,
EAppend eAppend) |
static OutputStream |
FileHelper.getMappedOutputStream(File aFile,
EAppend eAppend) |
static OutputStream |
FileHelper.getMappedOutputStream(String sFilename,
EAppend eAppend) |
static OutputStream |
FileHelper.getOutputStream(File aFile,
EAppend eAppend)
Get an output stream for writing to a file.
|
static OutputStream |
FileHelper.getOutputStream(String sFilename,
EAppend eAppend)
Get an output stream for writing to a file.
|
static Writer |
FileHelper.getWriter(File aFile,
EAppend eAppend,
Charset aCharset) |
static Writer |
FileHelper.getWriter(String sFilename,
EAppend eAppend,
Charset aCharset) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
IOutputStreamProvider.getOutputStream(String sName,
EAppend eAppend)
Get the output stream from the given name.
|
OutputStream |
FileSystemCharStreamProvider.getOutputStream(String sName,
EAppend eAppend) |
OutputStream |
FileSystemByteStreamProvider.getOutputStream(String sName,
EAppend eAppend) |
Writer |
IWriterProvider.getWriter(String sName,
EAppend eAppend)
Get the writer from the given name.
|
Writer |
FileSystemCharStreamProvider.getWriter(String sName,
EAppend eAppend) |
| Modifier and Type | Method and Description |
|---|---|
OutputStream |
FileSystemResource.getOutputStream(EAppend eAppend) |
Writer |
FileSystemResource.getWriter(Charset aCharset,
EAppend eAppend) |
| Modifier and Type | Field and Description |
|---|---|
static EAppend |
CountingFileOutputStream.DEFAULT_APPEND
By default append is enabled
|
| Constructor and Description |
|---|
CountingFileOutputStream(File aFile,
EAppend eAppend) |
CountingFileOutputStream(String sFilename,
EAppend eAppend) |
| Modifier and Type | Method and Description |
|---|---|
NonBlockingByteArrayOutputStream |
ByteArrayOutputStreamProvider.getOutputStream(EAppend eAppend) |
Copyright © 2014–2016 Philip Helger. All rights reserved.