Uses of Interface
net.sourceforge.plantuml.code.deflate.BitInputStream
Packages that use BitInputStream
-
Uses of BitInputStream in net.sourceforge.plantuml.code.deflate
Classes in net.sourceforge.plantuml.code.deflate that implement BitInputStreamModifier and TypeClassDescriptionfinal classA stream of bits that can be read.Methods in net.sourceforge.plantuml.code.deflate with parameters of type BitInputStreamModifier and TypeMethodDescriptionstatic byte[]Decompressor.decompress(BitInputStream in) Reads from the specified input stream, decompress the data, and returns a new byte array.static voidDecompressor.decompress(BitInputStream in, OutputStreamProtected out) Reads from the specified input stream, decompress the data, and writes to the specified output stream.