Package bref
Class Bref3Reader
- java.lang.Object
-
- bref.Bref3Reader
-
public final class Bref3Reader extends java.lang.ObjectClass
Bref3Readercontains methods for reading a bref 3 (binary reference format) file.Instances of class
Bref3Readerare not thread-safe.Methods of this class will terminate the Java Virtual Machine with an error message if an I/O error or file format error is detected.
-
-
Constructor Summary
Constructors Constructor Description Bref3Reader(java.io.DataInput bref, Filter<Marker> markerFilter)Constructs a newBref3Readerinstance.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringtoString()
-
-
-
Constructor Detail
-
Bref3Reader
public Bref3Reader(java.io.DataInput bref, Filter<Marker> markerFilter)Constructs a newBref3Readerinstance.- Parameters:
bref- aDataInputinstance reading from a bref v3 filemarkerFilter- a marker filter ornull- Throws:
java.lang.IllegalArgumentException- if a format error is detected in a line of the specified bref v3 filejava.lang.NullPointerException- iffile == null
-
-