Uses of Package
com.helger.commons.io.stream
-
Classes in com.helger.commons.io.stream used by com.helger.commons.base64 Class Description WrappedInputStream A wrapper around anotherFilterInputStreamto make the wrappedInputStreamaccessible.WrappedOutputStream A wrapper around anotherFilterOutputStreamto make the wrappedOutputStreamaccessible. -
Classes in com.helger.commons.io.stream used by com.helger.commons.codec Class Description NonBlockingBitInputStream TheNonBlockingBitInputStreamallows reading individual bits from a general Java InputStream.NonBlockingByteArrayInputStream A non-synchronized copy of the classByteArrayInputStream. -
Classes in com.helger.commons.io.stream used by com.helger.commons.csv Class Description NonBlockingBufferedReader A non-synchronized copy of the classBufferedReader. -
Classes in com.helger.commons.io.stream used by com.helger.commons.io Class Description NonBlockingByteArrayOutputStream A non-synchronized copy of the classByteArrayOutputStream. -
Classes in com.helger.commons.io.stream used by com.helger.commons.io.file Class Description NonBlockingBufferedInputStream Non-synchronized version ofBufferedInputStream.NonBlockingBufferedOutputStream A non-synchronized copy of the classBufferedOutputStream.NonBlockingBufferedReader A non-synchronized copy of the classBufferedReader.NonBlockingBufferedWriter This is a non-blocking version ofBufferedWriter. -
Classes in com.helger.commons.io.stream used by com.helger.commons.io.stream Class Description HasInputStream Special implementation ofIHasInputStreamwith that has an InputStream supplier that can be read more than once!NonBlockingBitInputStream TheNonBlockingBitInputStreamallows reading individual bits from a general Java InputStream.NonBlockingBitOutputStream TheNonBlockingBitOutputStreamallows writing individual bits to a general Java OutputStream.NonBlockingByteArrayInputStream A non-synchronized copy of the classByteArrayInputStream.NonBlockingByteArrayOutputStream A non-synchronized copy of the classByteArrayOutputStream.NonBlockingCharArrayWriter A non-synchronized copy of the classCharArrayWriter.
It does not use the internal lock object.NonBlockingStringReader 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.NonBlockingStringWriter A non-synchronized copy of the classStringWriter.
It usesStringBuilderinstead ofStringBufferand therefore does not need synchronized access!NullOutputStream AnOutputStreamthat discards all bytes to be writtenStreamHelper.CopyByteStreamBuilder A simple builder to copy an InputStream (StreamHelper.CopyByteStreamBuilder.from(InputStream)) to an OutputStream (StreamHelper.CopyByteStreamBuilder.to(OutputStream)) with certain parameters.StreamHelper.CopyCharStreamBuilder A simple builder to copy a Reader (StreamHelper.CopyCharStreamBuilder.from(Reader)) to an Writer (StreamHelper.CopyCharStreamBuilder.to(Writer)) with certain parameters.StringInputStream An input stream based on an input String.WrappedInputStream A wrapper around anotherFilterInputStreamto make the wrappedInputStreamaccessible.WrappedOutputStream A wrapper around anotherFilterOutputStreamto make the wrappedOutputStreamaccessible.WrappedReader A wrapper around anotherFilterReaderto make the wrappedReaderaccessible.WrappedWriter A wrapper around anotherFilterWriterto make the wrappedWriteraccessible. -
Classes in com.helger.commons.io.stream used by com.helger.commons.io.streamprovider Class Description ByteBufferInputStream InputStreamwrapped around a singleByteBuffer.NonBlockingByteArrayOutputStream A non-synchronized copy of the classByteArrayOutputStream.NonBlockingStringReader 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.NonBlockingStringWriter A non-synchronized copy of the classStringWriter.
It usesStringBuilderinstead ofStringBufferand therefore does not need synchronized access!StringInputStream An input stream based on an input String.