| Package | Description |
|---|---|
| com.phloc.commons.io.streams | |
| com.phloc.commons.mutable |
| Modifier and Type | Method and Description |
|---|---|
static ESuccess |
StreamUtils.copyInputStreamToOutputStream(InputStream aIS,
OutputStream aOS,
byte[] aBuffer,
MutableLong aCopyByteCount)
Pass the content of the given input stream to the given output stream.
|
static ESuccess |
StreamUtils.copyInputStreamToOutputStream(InputStream aIS,
OutputStream aOS,
byte[] aBuffer,
MutableLong aCopyByteCount,
Long aLimit)
Pass the content of the given input stream to the given output stream.
|
static ESuccess |
StreamUtils.copyInputStreamToOutputStream(InputStream aIS,
OutputStream aOS,
MutableLong aCopyByteCount)
Pass the content of the given input stream to the given output stream.
|
static ESuccess |
StreamUtils.copyReaderToWriter(Reader aReader,
Writer aWriter,
char[] aBuffer,
MutableLong aCopyCharCount)
Pass the content of the given reader to the given writer.
|
static ESuccess |
StreamUtils.copyReaderToWriter(Reader aReader,
Writer aWriter,
char[] aBuffer,
MutableLong aCopyCharCount,
Long aLimit)
Pass the content of the given reader to the given writer.
|
static ESuccess |
StreamUtils.copyReaderToWriter(Reader aReader,
Writer aWriter,
MutableLong aCopyCharCount)
Pass the content of the given reader to the given writer.
|
| Modifier and Type | Method and Description |
|---|---|
MutableLong |
MutableLong.getClone() |
| Modifier and Type | Method and Description |
|---|---|
int |
MutableLong.compareTo(MutableLong rhs) |
Copyright © 2006–2015 phloc systems. All rights reserved.