public class TFiles
extends java.lang.Object
| Constructor and Description |
|---|
TFiles() |
| Modifier and Type | Method and Description |
|---|---|
static com.google.common.io.ByteSink |
newByteSink(de.schlichtherle.truezip.file.TFile file) |
static com.google.common.io.ByteSource |
newByteSource(de.schlichtherle.truezip.file.TFile file) |
static com.google.common.io.CharSink |
newCharSink(de.schlichtherle.truezip.file.TFile file,
boolean append,
java.nio.charset.CharsetEncoder encoder) |
static com.google.common.io.CharSource |
newCharSource(de.schlichtherle.truezip.file.TFile file,
java.nio.charset.CharsetDecoder decoder) |
public static com.google.common.io.ByteSource newByteSource(de.schlichtherle.truezip.file.TFile file)
public static com.google.common.io.CharSource newCharSource(de.schlichtherle.truezip.file.TFile file,
java.nio.charset.CharsetDecoder decoder)
public static com.google.common.io.ByteSink newByteSink(de.schlichtherle.truezip.file.TFile file)
public static com.google.common.io.CharSink newCharSink(de.schlichtherle.truezip.file.TFile file,
boolean append,
java.nio.charset.CharsetEncoder encoder)