Class ByteSourceWrapper

java.lang.Object
com.google.common.io.ByteSource
org.aksw.shellgebra.exec.stage.ByteSourceWrapper
Direct Known Subclasses:
TransformedByteSource

public class ByteSourceWrapper extends com.google.common.io.ByteSource
  • Constructor Summary

    Constructors
    Constructor
    Description
    ByteSourceWrapper(com.google.common.io.ByteSource delegate)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    com.google.common.io.ByteSource
     
     

    Methods inherited from class com.google.common.io.ByteSource

    asCharSource, concat, concat, concat, contentEquals, copyTo, copyTo, empty, hash, isEmpty, openBufferedStream, read, read, size, sizeIfKnown, slice, wrap

    Methods inherited from class Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ByteSourceWrapper

      public ByteSourceWrapper(com.google.common.io.ByteSource delegate)
  • Method Details

    • getDelegate

      public com.google.common.io.ByteSource getDelegate()
    • openStream

      public InputStream openStream() throws IOException
      Specified by:
      openStream in class com.google.common.io.ByteSource
      Throws:
      IOException