Class Blockette1001

    • Method Detail

      • getName

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

        public byte getTimingQuality()
      • setTimingQuality

        public void setTimingQuality​(byte v)
      • getMicrosecond

        public byte getMicrosecond()
      • setMicrosecond

        public void setMicrosecond​(byte v)
      • getReserved

        public byte getReserved()
      • setReserved

        public void setReserved​(byte v)
      • getFrameCount

        public byte getFrameCount()
      • setFrameCount

        public void setFrameCount​(byte v)
      • 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.
        Specified by:
        writeASCII in class Blockette
        Parameters:
        out - a Writer