public class SVNSpillBufferInputStream
extends java.io.InputStream
Constructor and Description |
---|
SVNSpillBufferInputStream(SVNSpillBuffer buffer) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int offset,
int length) |
public SVNSpillBufferInputStream(SVNSpillBuffer buffer)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] bytes) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int read(byte[] bytes, int offset, int length) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
Copyright © 2004-2012 TMate Software Ltd. All Rights Reserved.