Class Blockette5

All Implemented Interfaces:
RecordLengthBlockette

public class Blockette5
extends ControlRecordLengthBlockette
  • Constructor Details

    • Blockette5

      public Blockette5​(byte[] info)
  • Method Details

    • getType

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

      public java.lang.String getName()
      Specified by:
      getName in class Blockette
    • getBeginningOfVolume

      public java.lang.String getBeginningOfVolume()
    • writeASCII

      public void writeASCII​(java.io.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.
      Overrides:
      writeASCII in class ControlRecordLengthBlockette
      Parameters:
      out - a Writer