Package liquibase.change
Class NormalizingStreamV8
java.lang.Object
java.io.InputStream
liquibase.change.NormalizingStreamV8
- All Implemented Interfaces:
Closeable
,AutoCloseable
Deprecated.
Deprecated and only to be used for V8 checksum calculation.
-
Constructor Summary
ConstructorDescriptionNormalizingStreamV8
(String endDelimiter, Boolean splitStatements, Boolean stripComments, InputStream stream) Deprecated. -
Method Summary
Methods inherited from class java.io.InputStream
read, read, skip
-
Constructor Details
-
NormalizingStreamV8
@Deprecated public NormalizingStreamV8(String endDelimiter, Boolean splitStatements, Boolean stripComments, InputStream stream) Deprecated.
-
-
Method Details
-
read
Deprecated.- Specified by:
read
in classInputStream
- Throws:
IOException
-
available
Deprecated.- Overrides:
available
in classInputStream
- Throws:
IOException
-
markSupported
public boolean markSupported()Deprecated.- Overrides:
markSupported
in classInputStream
-
mark
public void mark(int readLimit) Deprecated.- Overrides:
mark
in classInputStream
-
reset
Deprecated.- Overrides:
reset
in classInputStream
- Throws:
IOException
-
close
Deprecated.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Overrides:
close
in classInputStream
- Throws:
IOException
-