Interface InputStreamEntry

All Superinterfaces:
AutoCloseable, Closeable
All Known Implementing Classes:
InputStreamEntry.CachingStreamEntry, InputStreamEntry.FileStreamEntry, InputStreamEntry.InMemoryEntry

public interface InputStreamEntry extends Closeable
Author:
Emanuel Muckenhuber
  • Field Details

  • Method Details

    • initialize

      int initialize() throws IOException
      Initialize the input stream entry.
      Returns:
      the size of the underlying stream
      Throws:
      IOException
    • copyStream

      void copyStream(DataOutput output) throws IOException
      Copy the stream.
      Parameters:
      output - the data output
      Throws:
      IOException - for any error