Home | History | Annotate | Download | only in boxes

Lines Matching refs:offsetSize

61     public int offsetSize = 8;
86 IsoTypeWriter.writeUInt8(byteBuffer, ((offsetSize << 4) | lengthSize));
102 offsetSize = tmp >>> 4;
118 return offsetSize;
121 public void setOffsetSize(int offsetSize) {
122 this.offsetSize = offsetSize;
308 extentOffset = IsoTypeReaderVariable.read(in, offsetSize);
316 IsoTypeWriterVariable.write(extentOffset, os, offsetSize);
321 return (indexSize > 0 ? indexSize : 0) + offsetSize + lengthSize;