Uses of Package
com.helger.base.io.nonblocking
Packages that use com.helger.base.io.nonblocking
Package
Description
-
Classes in com.helger.base.io.nonblocking used by com.helger.base.array.bytes
-
Classes in com.helger.base.io.nonblocking used by com.helger.base.codec.base64
-
Classes in com.helger.base.io.nonblocking used by com.helger.base.codec.implClassDescriptionThe
NonBlockingBitInputStreamallows reading individual bits from a general Java InputStream. -
Classes in com.helger.base.io.nonblocking used by com.helger.base.io.nonblockingClassDescriptionA non-synchronized copy of the class
ByteArrayInputStream.A non-synchronized copy of the classCharArrayWriter.
It does not use the internal lock object.A non-synchronized copy of the classStringWriter.
It usesStringBuilderinstead ofStringBufferand therefore does not need synchronized access! -
Classes in com.helger.base.io.nonblocking used by com.helger.base.io.streamClassDescriptionThe
NonBlockingBitInputStreamallows 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 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! -
Classes in com.helger.base.io.nonblocking used by com.helger.base.io.streamproviderClassDescriptionA non-synchronized copy of the class
ByteArrayOutputStream.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!