Uses of Enum
org.netpreserve.jwarc.DecodedBody.Encoding
Packages that use DecodedBody.Encoding
Package
Description
Classes for parsing, serializing and manipulating WARC records.
-
Uses of DecodedBody.Encoding in org.netpreserve.jwarc
Subclasses with type arguments of type DecodedBody.Encoding in org.netpreserve.jwarcMethods in org.netpreserve.jwarc that return DecodedBody.EncodingModifier and TypeMethodDescriptionstatic DecodedBody.EncodingReturns the enum constant of this type with the specified name.static DecodedBody.Encoding[]DecodedBody.Encoding.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.netpreserve.jwarc with parameters of type DecodedBody.EncodingModifier and TypeMethodDescriptionstatic DecodedBodyDecodedBody.create(ReadableByteChannel channel, DecodedBody.Encoding encoding)