public static class AbstractSQLChange.NormalizingStream extends InputStream
Constructor and Description |
---|
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, skip
public NormalizingStream(String endDelimiter, Boolean splitStatements, Boolean stripComments, InputStream stream)
public int read() throws IOException
read
in class InputStream
IOException
public int available() throws IOException
available
in class InputStream
IOException
public boolean markSupported()
markSupported
in class InputStream
public void mark(int readLimit)
mark
in class InputStream
public void reset() throws IOException
reset
in class InputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class InputStream
IOException
Copyright © 2023 Liquibase.org. All rights reserved.