de.schlichtherle.truezip.socket
Class LazyInputSocket.ProxyInputStream
java.lang.Object
java.io.InputStream
de.schlichtherle.truezip.io.DecoratingInputStream
de.schlichtherle.truezip.socket.LazyInputSocket.ProxyInputStream
- All Implemented Interfaces:
- Closeable
- Enclosing class:
- LazyInputSocket<E extends Entry>
@NotThreadSafe
private class LazyInputSocket.ProxyInputStream
- extends DecoratingInputStream
LazyInputSocket.ProxyInputStream
LazyInputSocket.ProxyInputStream()
getInputStream
InputStream getInputStream()
throws IOException
- Throws:
IOException
read
public int read()
throws IOException
- Overrides:
read in class DecoratingInputStream
- Throws:
IOException
read
public int read(byte[] b,
int off,
int len)
throws IOException
- Overrides:
read in class DecoratingInputStream
- Throws:
IOException
skip
public long skip(long n)
throws IOException
- Overrides:
skip in class DecoratingInputStream
- Throws:
IOException
available
public int available()
throws IOException
- Overrides:
available in class DecoratingInputStream
- Throws:
IOException
close
public void close()
throws IOException
- Specified by:
close in interface Closeable- Overrides:
close in class DecoratingInputStream
- Throws:
IOException
mark
public void mark(int readlimit)
- Overrides:
mark in class DecoratingInputStream
reset
public void reset()
throws IOException
- Overrides:
reset in class DecoratingInputStream
- Throws:
IOException
markSupported
public boolean markSupported()
- Overrides:
markSupported in class DecoratingInputStream
Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.