Class CharStreams.LimitedReader
- java.lang.Object
- 
- java.io.Reader
- 
- java.io.FilterReader
- 
- com.impossibl.postgres.utils.guava.CharStreams.LimitedReader
 
 
 
- 
- All Implemented Interfaces:
- java.io.Closeable,- java.lang.AutoCloseable,- java.lang.Readable
 - Enclosing class:
- CharStreams
 
 public static final class CharStreams.LimitedReader extends java.io.FilterReader
- 
- 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longlimit()voidmark(int readLimit)intread()intread(char[] b, int off, int len)voidreset()longskip(long n)
 
- 
- 
- 
Method Detail- 
limitpublic long limit() 
 - 
markpublic void mark(int readLimit) throws java.io.IOException- Overrides:
- markin class- java.io.FilterReader
- Throws:
- java.io.IOException
 
 - 
readpublic int read() throws java.io.IOException- Overrides:
- readin class- java.io.FilterReader
- Throws:
- java.io.IOException
 
 - 
readpublic int read(char[] b, int off, int len) throws java.io.IOException- Overrides:
- readin class- java.io.FilterReader
- Throws:
- java.io.IOException
 
 - 
resetpublic void reset() throws java.io.IOException- Overrides:
- resetin class- java.io.FilterReader
- Throws:
- java.io.IOException
 
 - 
skippublic long skip(long n) throws java.io.IOException- Overrides:
- skipin class- java.io.FilterReader
- Throws:
- java.io.IOException
 
 
- 
 
-