Class DefaultMatrixByteArrayImportSource

    • Constructor Detail

      • DefaultMatrixByteArrayImportSource

        public DefaultMatrixByteArrayImportSource​(Matrix matrix,
                                                  byte[] bytes)
    • Method Detail

      • asDenseCSV

        public Matrix asDenseCSV()
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • asDenseCSV

        public Matrix asDenseCSV​(char columnSeparator)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • asDenseCSV

        public Matrix asDenseCSV​(char columnSeparator,
                                 char enclosingCharacter)
                          throws java.io.IOException
        Throws:
        java.io.IOException
      • asPDF

        public Matrix asPDF()
      • asJPG

        public Matrix asJPG()
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • asGIF

        public Matrix asGIF()
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • asBMP

        public Matrix asBMP()
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • asPNG

        public Matrix asPNG()
                     throws java.io.IOException
        Throws:
        java.io.IOException
      • asTIFF

        public Matrix asTIFF()
                      throws java.io.IOException
        Throws:
        java.io.IOException