| Package | Description |
|---|---|
| com.helger.commons.io.stream | |
| com.helger.commons.mutable |
| Modifier and Type | Method and Description |
|---|---|
StreamHelper.CopyByteStreamBuilder |
StreamHelper.CopyByteStreamBuilder.copyByteCount(MutableLong a) |
StreamHelper.CopyByteStreamBuilder |
StreamHelper.CopyByteStreamBuilder.copyByteCount(MutableLong a) |
StreamHelper.CopyCharStreamBuilder |
StreamHelper.CopyCharStreamBuilder.copyCharCount(MutableLong a) |
StreamHelper.CopyCharStreamBuilder |
StreamHelper.CopyCharStreamBuilder.copyCharCount(MutableLong a) |
static ESuccess |
StreamHelper.copyInputStreamToOutputStream(InputStream aIS,
boolean bCloseIS,
OutputStream aOS,
boolean bCloseOS,
byte[] aBuffer,
Long aLimit,
IExceptionCallback<IOException> aExceptionCallback,
MutableLong aCopyByteCount)
Deprecated.
Since v10.0. Use the builder instead
|
static ESuccess |
StreamHelper.copyInputStreamToOutputStream(InputStream aIS,
boolean bCloseIS,
OutputStream aOS,
boolean bCloseOS,
byte[] aBuffer,
Long aLimit,
IExceptionCallback<IOException> aExceptionCallback,
MutableLong aCopyByteCount)
Deprecated.
Since v10.0. Use the builder instead
|
static ESuccess |
StreamHelper.copyInputStreamToOutputStream(InputStream aIS,
OutputStream aOS,
MutableLong aCopyByteCount)
Deprecated.
Since v10.0. Use the builder instead
|
static ESuccess |
StreamHelper.copyInputStreamToOutputStream(InputStream aIS,
OutputStream aOS,
MutableLong aCopyByteCount)
Deprecated.
Since v10.0. Use the builder instead
|
static ESuccess |
StreamHelper.copyReaderToWriter(Reader aReader,
boolean bCloseReader,
Writer aWriter,
boolean bCloseWriter,
char[] aBuffer,
Long aLimit,
IExceptionCallback<IOException> aExceptionCallback,
MutableLong aCopyCharCount)
Deprecated.
Since v10.0. Use the builder instead
|
static ESuccess |
StreamHelper.copyReaderToWriter(Reader aReader,
boolean bCloseReader,
Writer aWriter,
boolean bCloseWriter,
char[] aBuffer,
Long aLimit,
IExceptionCallback<IOException> aExceptionCallback,
MutableLong aCopyCharCount)
Deprecated.
Since v10.0. Use the builder instead
|
static ESuccess |
StreamHelper.copyReaderToWriter(Reader aReader,
Writer aWriter,
char[] aBuffer,
MutableLong aCopyCharCount,
Long aLimit)
Deprecated.
Since v10.0. Use the builder instead
|
static ESuccess |
StreamHelper.copyReaderToWriter(Reader aReader,
Writer aWriter,
char[] aBuffer,
MutableLong aCopyCharCount,
Long aLimit)
Deprecated.
Since v10.0. Use the builder instead
|
static ESuccess |
StreamHelper.copyReaderToWriter(Reader aReader,
Writer aWriter,
MutableLong aCopyCharCount)
Deprecated.
Since v10.0. Use the builder instead
|
static ESuccess |
StreamHelper.copyReaderToWriter(Reader aReader,
Writer aWriter,
MutableLong aCopyCharCount)
Deprecated.
Since v10.0. Use the builder instead
|
| Modifier and Type | Method and Description |
|---|---|
MutableLong |
MutableLong.getClone() |
MutableLong |
MutableLong.getClone() |
| Modifier and Type | Method and Description |
|---|---|
int |
MutableLong.compareTo(MutableLong rhs) |
int |
MutableLong.compareTo(MutableLong rhs) |
Copyright © 2014–2022 Philip Helger. All rights reserved.