Uses of Class
com.helger.commons.mutable.MutableLong
-
Packages that use MutableLong Package Description com.helger.commons.io.stream com.helger.commons.mutable -
-
Uses of MutableLong in com.helger.commons.io.stream
Methods in com.helger.commons.io.stream with parameters of type MutableLong Modifier and Type Method Description static ESuccessStreamHelper. copyInputStreamToOutputStream(InputStream aIS, boolean bCloseIS, OutputStream aOS, boolean bCloseOS, byte[] aBuffer, Long aLimit, IExceptionCallback<IOException> aExceptionCallback, MutableLong aCopyByteCount)Pass the content of the given input stream to the given output stream.static ESuccessStreamHelper. copyInputStreamToOutputStream(InputStream aIS, OutputStream aOS, byte[] aBuffer, MutableLong aCopyByteCount)static ESuccessStreamHelper. copyInputStreamToOutputStream(InputStream aIS, OutputStream aOS, byte[] aBuffer, MutableLong aCopyByteCount, Long aLimit)static ESuccessStreamHelper. copyInputStreamToOutputStream(InputStream aIS, OutputStream aOS, MutableLong aCopyByteCount)Pass the content of the given input stream to the given output stream.static ESuccessStreamHelper. copyReaderToWriter(Reader aReader, boolean bCloseReader, Writer aWriter, boolean bCloseWriter, char[] aBuffer, Long aLimit, IExceptionCallback<IOException> aExceptionCallback, MutableLong aCopyCharCount)Pass the content of the given reader to the given writer.static ESuccessStreamHelper. copyReaderToWriter(Reader aReader, Writer aWriter, char[] aBuffer, MutableLong aCopyCharCount)static ESuccessStreamHelper. copyReaderToWriter(Reader aReader, Writer aWriter, char[] aBuffer, MutableLong aCopyCharCount, Long aLimit)Pass the content of the given reader to the given writer.static ESuccessStreamHelper. copyReaderToWriter(Reader aReader, Writer aWriter, MutableLong aCopyCharCount)Pass the content of the given reader to the given writer. -
Uses of MutableLong in com.helger.commons.mutable
Methods in com.helger.commons.mutable that return MutableLong Modifier and Type Method Description MutableLongMutableLong. getClone()Methods in com.helger.commons.mutable with parameters of type MutableLong Modifier and Type Method Description intMutableLong. compareTo(MutableLong rhs)
-