Package com.logviewer.data2
Class BufferedFile
java.lang.Object
com.logviewer.data2.BufferedFile
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic classstatic classstatic interface -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidloadLine(BufferedFile.Line line, long position) booleanbooleanloadNextLine(BufferedFile.Line line, long prevLineEnd) booleanbooleanloadPrevLine(BufferedFile.Line line, long prevLineStart) read(long position, long length) booleansearch(long position, BufferedFile.SearchConsumer consumer) booleansearchBack(long position, BufferedFile.SearchConsumer consumer)
-
Constructor Details
-
BufferedFile
-
-
Method Details
-
search
- Throws:
IOException
-
searchBack
- Throws:
IOException
-
read
- Throws:
IOException
-
loadPrevLine
- Throws:
IOException
-
loadPrevLine
- Throws:
IOException
-
loadNextLine
- Throws:
IOException
-
loadNextLine
- Throws:
IOException
-
loadLine
- Throws:
IOException
-