Package loci.poi.util

Interface FixedField

All Known Implementing Classes:
ByteField, IntegerField, LongField, ShortField

public interface FixedField
behavior of a field at a fixed location within a byte array
Author:
Marc Johnson (mjohnson at apache dot org
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    readFromBytes(byte[] data)
    set the value from its offset into an array of bytes
    void
    set the value from an InputStream
    return the value as a String
    void
    writeToBytes(byte[] data)
    write the value out to an array of bytes at the appropriate offset