Class ObjectResult

  • All Implemented Interfaces:

    
    public final class ObjectResult
    
                        

    Result of retrieving an object from the object store

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final ObjectStoreInfo getInfo() The object information
      final InputStream getInputStream() The input stream for reading the object data
      final ByteArray readAllBytes() Read all data from the object as a byte arrayWARNING: This loads the entire object into memory.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait