Class ObjectContent

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    
    public final class ObjectContent
     implements AutoCloseable
                        

    A streaming object read. stream never holds the whole object; close() releases the underlying connection/resources even when not fully consumed.

    • 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 ObjectMetadata getMetadata()
      final InputStream stream()
      Unit close()
      • Methods inherited from class java.lang.Object

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