Uses of Class
com.aayushatharva.brotli4j.decoder.DirectDecompress
Packages that use DirectDecompress
-
Uses of DirectDecompress in com.aayushatharva.brotli4j.decoder
Methods in com.aayushatharva.brotli4j.decoder that return DirectDecompressModifier and TypeMethodDescriptionstatic DirectDecompressDecoder.decompress(byte[] data) Decodes the given data buffer.static DirectDecompressDecoder.decompress(byte[] data, int maxOutputSize) Decodes the given data buffer, failing if decompressed output would exceedmaxOutputSizebytes.static DirectDecompressDecoders.decompress(io.netty.buffer.ByteBuf compressed, io.netty.buffer.ByteBuf decompressed) Decodes the given data buffer.static DirectDecompressDecoders.decompress(io.netty.buffer.ByteBuf compressed, io.netty.buffer.ByteBuf decompressed, int maxOutputSize) Decodes the given data buffer, failing if decompressed output would exceedmaxOutputSizebytes.static DirectDecompressDecoders.decompress(ByteBuffer compressed, ByteBuffer decompressed) Decodes the given data buffer.static DirectDecompressDirectDecompress.decompress(byte[] compressedData) Initiate direct decompression of datastatic DirectDecompressDirectDecompress.decompress(byte[] compressedData, int maxOutputSize) Initiate direct decompression of data, failing if the decompressed output would exceedmaxOutputSizebytes.