Package org.qubership.profiler.sax.raw
Class AbstractClobReaderFlyweight
java.lang.Object
org.qubership.profiler.sax.raw.AbstractClobReaderFlyweight
- All Implemented Interfaces:
ClobReaderFlyweight,StrReader
- Direct Known Subclasses:
ClobReaderFlyweightFile
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidintlength()protected abstract org.qubership.profiler.dump.DataInputStreamExreopenDataInputStream(org.qubership.profiler.dump.DataInputStreamEx oldOne, String folder, int fileIndex) subSequence(int start, int end) toString()
-
Constructor Details
-
AbstractClobReaderFlyweight
public AbstractClobReaderFlyweight()
-
-
Method Details
-
reopenDataInputStream
protected abstract org.qubership.profiler.dump.DataInputStreamEx reopenDataInputStream(org.qubership.profiler.dump.DataInputStreamEx oldOne, String folder, int fileIndex) throws IOException - Throws:
IOException
-
adaptTo
- Specified by:
adaptToin interfaceClobReaderFlyweight
-
length
public int length() -
subSequence
- Specified by:
subSequencein interfaceStrReader- Throws:
IOException
-
toString
-