Class WalkRemoteObjectDatabase.FileStream

java.lang.Object
org.eclipse.jgit.transport.WalkRemoteObjectDatabase.FileStream
Enclosing class:
WalkRemoteObjectDatabase

static final class WalkRemoteObjectDatabase.FileStream extends Object
  • Field Details

  • Constructor Details

    • FileStream

      FileStream(InputStream i)
      Create a new stream of unknown length.
      Parameters:
      i - stream containing the file data. This stream will be closed by the caller when reading is complete.
    • FileStream

      FileStream(InputStream i, long n)
      Create a new stream of known length.
      Parameters:
      i - stream containing the file data. This stream will be closed by the caller when reading is complete.
      n - total number of bytes available for reading through i.
  • Method Details