encode(java.io.DataInput di,
int iResourceLength)
Encodes the resource file into a sequence of char-s; implementations must invoke
write(char c) for each encoded char.
java.lang.String
getDecoderClassName()
The Decoder associated with this Encoder
is be.arci.cramfull.ASCIIDecoder
Methods inherited from class be.arci.cramfull.Encoder
Encodes the resource file into a sequence of char-s; implementations must invoke
write(char c) for each encoded char. The Decoder
will read this char sequence in the same order.