Uses of Class
net.sourceforge.plantuml.code.deflate.OutputStreamProtected
Packages that use OutputStreamProtected
-
Uses of OutputStreamProtected in net.sourceforge.plantuml.code.deflate
Methods in net.sourceforge.plantuml.code.deflate with parameters of type OutputStreamProtectedModifier and TypeMethodDescriptionstatic void
Decompressor.decompress
(BitInputStream in, OutputStreamProtected out) Reads from the specified input stream, decompress the data, and writes to the specified output stream.