Class QCTextBit


  • public final class QCTextBit
    extends QCBit
    A Text based bit of Quill Contents
    • Constructor Detail

      • QCTextBit

        public QCTextBit​(java.lang.String thingType,
                         java.lang.String bitType,
                         byte[] data)
    • Method Detail

      • setMaxRecordLength

        public static void setMaxRecordLength​(int length)
        Parameters:
        length - the max record length allowed for QCTextBit
      • getMaxRecordLength

        public static int getMaxRecordLength()
        Returns:
        the max record length allowed for QCTextBit
      • getText

        public java.lang.String getText()
        Returns the text. Note that line endings are \r and not \n
      • setText

        public void setText​(java.lang.String text)