Package apoc.export.util
Class CountingReader
java.lang.Object
java.io.Reader
java.io.FilterReader
apoc.export.util.CountingReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
- Since:
- 22.05.16
-
Field Summary
FieldsFields inherited from class java.io.FilterReader
in -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.io.FilterReader
close, mark, markSupported, ready, resetMethods inherited from class java.io.Reader
nullReader, read, read, transferTo
-
Field Details
-
BUFFER_SIZE
public static final int BUFFER_SIZE- See Also:
-
-
Constructor Details
-
CountingReader
-
-
Method Details
-
read
- Overrides:
readin classFilterReader- Throws:
IOException
-
read
- Overrides:
readin classFilterReader- Throws:
IOException
-
skip
- Overrides:
skipin classFilterReader- Throws:
IOException
-
getPercent
public long getPercent()
-