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.InputStreamjava.io.IOExceptionpublic int available()
throws java.io.IOException
available in class java.io.InputStreamjava.io.IOExceptionpublic boolean markSupported()
markSupported in class java.io.InputStreampublic void mark(int readlimit)
mark in class java.io.InputStreampublic void reset()
throws java.io.IOException
reset in class java.io.InputStreamjava.io.IOExceptionpublic void close()
throws java.io.IOException
close in interface java.io.Closeableclose in interface java.lang.AutoCloseableclose in class java.io.InputStreamjava.io.IOException