public static class AbstractSQLChange.NormalizingStream
extends java.io.InputStream
Constructor and Description |
---|
AbstractSQLChange.NormalizingStream(java.lang.String endDelimiter,
java.lang.Boolean splitStatements,
java.lang.Boolean stripComments,
java.io.InputStream stream) |
public AbstractSQLChange.NormalizingStream(java.lang.String endDelimiter, java.lang.Boolean splitStatements, java.lang.Boolean stripComments, java.io.InputStream stream)
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public int available() throws java.io.IOException
available
in class java.io.InputStream
java.io.IOException
public boolean markSupported()
markSupported
in class java.io.InputStream
public void mark(int readlimit)
mark
in class java.io.InputStream
public void reset() throws java.io.IOException
reset
in class java.io.InputStream
java.io.IOException
public void close() throws java.io.IOException
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
java.io.IOException