Module com.aoapps.lang
Package com.aoapps.lang.io
package com.aoapps.lang.io
-
ClassDescriptionProvides direct access to the internal
byte[]
.Provides direct access to the internalbyte[]
.Provides direct access to the internalchar[]
.Writer that writes to an underlyingAppendable
.Some content-type constants for use by various projects.Encodes data as it is written to the provided output.Writer that encodes during write.A FastExternalizable object does not have any loops in its object graph, or is able to restore the loops itself upon deserialization.File utilities.I/O utilities.ExtendsIOException
to provide exceptions with user locale error messages.ExtendsUnsupportedEncodingException
to provide exceptions with user locale error messages.Indicates thatNoClose.close()
is overridden to be a no-op.OverridesNoCloseInputStream.close()
to a no-op.OverridesNoCloseOutputStream.close()
to a no-op.OverridesNoCloseReader.close()
to a no-op.OverridesNoCloseWriter.close()
to a no-op.Discards all data.Discards all data.Discards all data.As data is read from the input stream it is also written to the given output stream.Something that may be written to a Writer output instead of being converted toString and then having the String written.Wraps a writer while passing-through all methods of the writer class.A writer output stream makes aWriter
behave like anOutputStream
.