no type hierarchy
no supertypes hierarchy
Attributes | |
aliases | Source Codeshared formal [String+] aliases A list of common names. The first alias is |
name | Source Codeshared String name The alias most commonly used for this codec, or otherwise specified by a standard. |
Inherited Attributes |
Attributes inherited from: Object |
Methods | |
averageDecodeSize | Source Codeshared formal Integer averageDecodeSize(Integer inputSize) Estimate an initial output buffer size that balances memory conservation with the risk of a resize for decoding operations. |
averageEncodeSize | Source Codeshared formal Integer averageEncodeSize(Integer inputSize) Estimate an initial output buffer size that balances memory conservation with the risk of a resize for encoding operations. |
maximumDecodeSize | Source Codeshared formal Integer maximumDecodeSize(Integer inputSize) Determine the largest size an decoding output buffer needs to be. |
maximumEncodeSize | Source Codeshared formal Integer maximumEncodeSize(Integer inputSize) Determine the largest size an encoding output buffer needs to be. |
Inherited Methods |
Methods inherited from: Object |