Class BinaryInput

  • Direct Known Subclasses:
    TempFileInput

    public abstract class BinaryInput
    extends PersistentDatabaseObject
    This class represents a lightweight length-determined stream. It is used as a parameter in parameterized queries that use blobs. There are no implied semantics in this class around managing the stream itself. These semantics must be handled by a derived class.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String _rcsid  
      protected long length  
      protected java.io.InputStream stream  
    • Constructor Summary

      Constructors 
      Constructor Description
      BinaryInput()
      Construct from nothing.