ReReadableRepresentation.ReReadableInputStream#
- public static class ReReadableInputStream extends InputStream#
Constructors#
ReReadableInputStream#
- public ReReadableInputStream(ReReadableRepresentation writeTo, InputStream wrapp)#
Methods#
available#
- public int available()#
close#
- public void close()#
mark#
- public synchronized void mark(int readlimit)#
markSupported#
- public boolean markSupported()#
read#
- public int read()#
read#
- public int read(byte[] b, int off, int len)#
read#
- public int read(byte[] b)#
reset#
- public synchronized void reset()#
skip#
- public long skip(long n)#