Class SMFB2WritingBoundedString

    • Constructor Summary

      Constructors 
      Constructor Description
      SMFB2WritingBoundedString​(java.lang.String inName, int inMaxLength)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void write​(com.io7m.jbssio.api.BSSWriterSequentialType writer, java.lang.String value)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SMFB2WritingBoundedString

        public SMFB2WritingBoundedString​(java.lang.String inName,
                                         int inMaxLength)
    • Method Detail

      • write

        public void write​(com.io7m.jbssio.api.BSSWriterSequentialType writer,
                          java.lang.String value)
                   throws java.io.IOException
        Specified by:
        write in interface SMFB2StructureWriterType<java.lang.String>
        Throws:
        java.io.IOException