Searched refs:ixnf (Results 1 – 1 of 1) sorted by relevance
45 private byte[] ixnf = new byte[2]; field in ExtendedFormat97 this.ixnf = EndianConverter.writeShort((short) 0); in ExtendedFormat()99 this.ixnf = EndianConverter.writeShort((short) 0x12); in ExtendedFormat()101 this.ixnf = EndianConverter.writeShort((short) 0x1E); in ExtendedFormat()103 this.ixnf = EndianConverter.writeShort((short) 0); in ExtendedFormat()187 return EndianConverter.readShort(ixnf); in getFormatIndex()324 numOfBytesRead += input.read(ixnf); in read()339 " ixnf : " + EndianConverter.readShort(ixnf) + in read()363 output.write(ixnf); in write()