Package nxt.addons.taxreport
Class TaxReport
java.lang.Object
nxt.addons.taxreport.TaxReport
- All Implemented Interfaces:
Closeable,AutoCloseable
-
Nested Class Summary
Nested Classes -
Constructor Summary
ConstructorsConstructorDescriptionTaxReport(LongPredicate accounts, IntPredicate heightsPredicate, Function<Instant, String> timestampFormatter, LineWriter lineWriter, TaxReport.UnknownEventPolicy unknownEventPolicy) -
Method Summary
-
Constructor Details
-
TaxReport
public TaxReport(LongPredicate accounts, IntPredicate heightsPredicate, Function<Instant, String> timestampFormatter, LineWriter lineWriter, TaxReport.UnknownEventPolicy unknownEventPolicy)
-
-
Method Details
-
init
public void init() -
close
public void close()- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable
-