Home | History | Annotate | Download | only in binary

Lines Matching refs:inPos

435      * Encodes all of the provided data, starting at inPos, for inAvail bytes. Must be called at least twice: once with
446 * @param inPos
451 void encode(byte[] in, int inPos, int inAvail) {
493 int b = in[inPos++];
516 * Decodes all of the provided data, starting at inPos, for inAvail bytes. Should be called at least twice: once
532 * @param inPos
537 void decode(byte[] in, int inPos, int inAvail) {
548 byte b = in[inPos++];