Class ConfigurateValidationReader
java.lang.Object
java.io.Reader
java.io.FilterReader
ca.stellardrift.build.configurate.transformations.ConfigurateValidationReader
- All Implemented Interfaces:
Closeable,AutoCloseable,Readable
-
Field Summary
FieldsFields inherited from class java.io.FilterReader
in -
Constructor Summary
ConstructorsConstructorDescriptionConfigurateValidationReader(@NonNull Reader in) Creates a new filtered reader. -
Method Summary
Methods inherited from class java.io.FilterReader
close, mark, markSupported, read, read, ready, reset, skip
-
Field Details
-
PARAM_FORMAT
- See Also:
-
-
Constructor Details
-
ConfigurateValidationReader
Creates a new filtered reader.- Parameters:
in- a Reader object providing the underlying stream.- Throws:
NullPointerException- ifinisnull
-
-
Method Details
-
format
- Throws:
IOException
-