Class CountingReader
java.lang.Object
java.io.Reader
com.predic8.membrane.core.graphql.CountingReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.Reader
markSupported, nullReader, read, read, ready, skip, transferTo
-
Constructor Details
-
CountingReader
-
-
Method Details
-
read
- Specified by:
readin classReader- Throws:
IOException
-
read
- Overrides:
readin classReader- Throws:
IOException
-
mark
- Overrides:
markin classReader- Throws:
IOException
-
reset
- Overrides:
resetin classReader- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein classReader- Throws:
IOException
-
position
public long position()
-