public static class AbstractSQLChange.NormalizingStream extends InputStream
| Constructor and Description |
|---|
AbstractSQLChange.NormalizingStream(String endDelimiter,
Boolean splitStatements,
Boolean stripComments,
InputStream stream) |
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
void |
reset() |
read, read, skippublic AbstractSQLChange.NormalizingStream(String endDelimiter, Boolean splitStatements, Boolean stripComments, InputStream stream)
public int read()
throws IOException
read in class InputStreamIOExceptionpublic int available()
throws IOException
available in class InputStreamIOExceptionpublic boolean markSupported()
markSupported in class InputStreampublic void mark(int readlimit)
mark in class InputStreampublic void reset()
throws IOException
reset in class InputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class InputStreamIOExceptionCopyright © 2018 Liquibase.org. All rights reserved.