Class DataBlocketteUnknown

All Implemented Interfaces:
Serializable

public class DataBlocketteUnknown extends DataBlockette
See Also:
  • Field Details

    • type

      protected int type
  • Constructor Details

    • DataBlocketteUnknown

      public DataBlocketteUnknown(byte[] info, int type, boolean swapBytes)
  • Method Details

    • getType

      public int getType()
      Specified by:
      getType in class Blockette
    • getName

      public String getName()
      Specified by:
      getName in class Blockette
    • getSize

      public int getSize()
      Specified by:
      getSize in class Blockette
    • toBytes

      public byte[] toBytes()
      Overrides:
      toBytes in class DataBlockette
    • writeASCII

      public void writeASCII(PrintWriter out)
      Description copied from class: Blockette
      Writes an ASCII version of the blockette. This is not meant to be a definitive ascii representation, merely to give something to print for debugging purposes. Ideally each field of each blockette should be printed in the order they appear in the blockette in a visually appealing way.
      Specified by:
      writeASCII in class Blockette
      Parameters:
      out - a Writer
    • getSwapBytes

      public boolean getSwapBytes()