Package liquibase.change
Class NormalizingStreamV8
- java.lang.Object
-
- java.io.InputStream
-
- liquibase.change.NormalizingStreamV8
-
- All Implemented Interfaces:
Closeable,AutoCloseable
@Deprecated public class NormalizingStreamV8 extends InputStream
Deprecated.Deprecated and only to be used for V8 checksum calculation.
-
-
Constructor Summary
Constructors Constructor Description NormalizingStreamV8(String endDelimiter, Boolean splitStatements, Boolean stripComments, InputStream stream)Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description intavailable()Deprecated.voidclose()Deprecated.voidmark(int readLimit)Deprecated.booleanmarkSupported()Deprecated.intread()Deprecated.voidreset()Deprecated.-
Methods inherited from class java.io.InputStream
read, read, skip
-
-
-
-
Constructor Detail
-
NormalizingStreamV8
@Deprecated public NormalizingStreamV8(String endDelimiter, Boolean splitStatements, Boolean stripComments, InputStream stream)
Deprecated.
-
-
Method Detail
-
read
public int read() throws IOExceptionDeprecated.- Specified by:
readin classInputStream- Throws:
IOException
-
available
public int available() throws IOExceptionDeprecated.- Overrides:
availablein classInputStream- Throws:
IOException
-
markSupported
public boolean markSupported()
Deprecated.- Overrides:
markSupportedin classInputStream
-
mark
public void mark(int readLimit)
Deprecated.- Overrides:
markin classInputStream
-
reset
public void reset() throws IOExceptionDeprecated.- Overrides:
resetin classInputStream- Throws:
IOException
-
close
public void close() throws IOExceptionDeprecated.- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Overrides:
closein classInputStream- Throws:
IOException
-
-