Codecs that can take an input all at once, and return the output all at once.
no type hierarchy
Methods | |
decode | Source Codeshared formal FromImmutable decode({ToSingle*} input, ErrorStrategy error = ...) |
decodeBuffer | Source Codeshared formal FromMutable decodeBuffer({ToSingle*} input, ErrorStrategy error = ...) Decode all of Parameters:
Throws |
encode | Source Codeshared formal ToImmutable encode({FromSingle*} input, ErrorStrategy error = ...) |
encodeBuffer | Source Codeshared formal ToMutable encodeBuffer({FromSingle*} input, ErrorStrategy error = ...) Encode all of Parameters:
Throws |
Inherited Methods |
Methods inherited from: Object |
Methods inherited from: Codec |