Uses of Package
com.helger.commons.io.stream
Packages that use com.helger.commons.io.stream
Package
Description
-
Classes in com.helger.commons.io.stream used by com.helger.commons.base64ClassDescriptionA wrapper around another
FilterInputStreamto make the wrappedInputStreamaccessible.A wrapper around anotherFilterOutputStreamto make the wrappedOutputStreamaccessible. -
Classes in com.helger.commons.io.stream used by com.helger.commons.codecClassDescriptionThe
NonBlockingBitInputStreamallows reading individual bits from a general Java InputStream.A non-synchronized copy of the classByteArrayInputStream. -
Classes in com.helger.commons.io.stream used by com.helger.commons.csv
-
Classes in com.helger.commons.io.stream used by com.helger.commons.io
-
Classes in com.helger.commons.io.stream used by com.helger.commons.io.fileClassDescriptionNon-synchronized version of
BufferedInputStream.A non-synchronized copy of the classBufferedOutputStream.A non-synchronized copy of the classBufferedReader.This is a non-blocking version ofBufferedWriter. -
Classes in com.helger.commons.io.stream used by com.helger.commons.io.streamClassDescriptionSpecial implementation of
IHasInputStreamwith that has an InputStream supplier that can be read more than once!TheNonBlockingBitInputStreamallows reading individual bits from a general Java InputStream.TheNonBlockingBitOutputStreamallows writing individual bits to a general Java OutputStream.A non-synchronized copy of the classByteArrayInputStream.A non-synchronized copy of the classByteArrayOutputStream.A non-synchronized copy of the classCharArrayWriter.
It does not use the internal lock object.A non-synchronized copy of the classStringReader.
Note: super classReaderuses the lock object internally only forlong skip(long n)and as this method is overwritten in here, the lock is never used.A non-synchronized copy of the classStringWriter.
It usesStringBuilderinstead ofStringBufferand therefore does not need synchronized access!AnOutputStreamthat discards all bytes to be writtenA simple builder to copy an InputStream (StreamHelper.CopyByteStreamBuilder.from(InputStream)) to an OutputStream (StreamHelper.CopyByteStreamBuilder.to(OutputStream)) with certain parameters.A simple builder to copy a Reader (StreamHelper.CopyCharStreamBuilder.from(Reader)) to an Writer (StreamHelper.CopyCharStreamBuilder.to(Writer)) with certain parameters.An input stream based on an input String.A wrapper around anotherFilterInputStreamto make the wrappedInputStreamaccessible.A wrapper around anotherFilterOutputStreamto make the wrappedOutputStreamaccessible.A wrapper around anotherFilterReaderto make the wrappedReaderaccessible.A wrapper around anotherFilterWriterto make the wrappedWriteraccessible. -
Classes in com.helger.commons.io.stream used by com.helger.commons.io.streamproviderClassDescription
InputStreamwrapped around a singleByteBuffer.A non-synchronized copy of the classByteArrayOutputStream.A non-synchronized copy of the classStringReader.
Note: super classReaderuses the lock object internally only forlong skip(long n)and as this method is overwritten in here, the lock is never used.A non-synchronized copy of the classStringWriter.
It usesStringBuilderinstead ofStringBufferand therefore does not need synchronized access!An input stream based on an input String.