Class DBBlobData

java.lang.Object
org.apache.empire.db.DBBlobData

public class DBBlobData extends Object
This class allocates methods to store binary large objects in the database.
  • Constructor Details

  • Method Details

    • getInputStream

      public InputStream getInputStream()
      Returns the inputStream with the binary data for the BLOB.
      Returns:
      Returns the inputStream with the binary data for the BLOB
    • getLength

      public int getLength()
      Returns the length of the BLOB data in bytes.
      Returns:
      Returns the length of the BLOB data in bytes
    • setDefaultEncoding

      public static void setDefaultEncoding(String defaultEncoding)
      Sets the defaultEncoding used in a constructor.
      Parameters:
      defaultEncoding - Set the defaultEncoding used in a constructor
      See Also: