Home
last modified time | relevance | path

Searched refs:fattributes (Results 1 – 1 of 1) sorted by relevance

/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java46 private byte[] fattributes = new byte[4]; field in ExtendedFormat
105 this.fattributes = new byte[] {(byte)0xFF,(byte)0xFF,(byte)0xFF,(byte)0xFF}; in ExtendedFormat()
325 numOfBytesRead += input.read(fattributes); in read()
340 " fattributes : " + EndianConverter.readInt(fattributes) + in read()
364 output.write(fattributes); in write()