liquibase.change
Class AbstractSQLChange.NormalizingStream

java.lang.Object
  extended by java.io.InputStream
      extended by liquibase.change.AbstractSQLChange.NormalizingStream
All Implemented Interfaces:
Closeable
Enclosing class:
AbstractSQLChange

public static class AbstractSQLChange.NormalizingStream
extends InputStream


Constructor Summary
AbstractSQLChange.NormalizingStream(String endDelimiter, Boolean splitStatements, Boolean stripComments, InputStream stream)
           
 
Method Summary
 int available()
           
 void close()
           
 void mark(int readlimit)
           
 boolean markSupported()
           
 int read()
           
 void reset()
           
 
Methods inherited from class java.io.InputStream
read, read, skip
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractSQLChange.NormalizingStream

public AbstractSQLChange.NormalizingStream(String endDelimiter,
                                           Boolean splitStatements,
                                           Boolean stripComments,
                                           InputStream stream)
Method Detail

read

public int read()
         throws IOException
Specified by:
read in class InputStream
Throws:
IOException

available

public int available()
              throws IOException
Overrides:
available in class InputStream
Throws:
IOException

markSupported

public boolean markSupported()
Overrides:
markSupported in class InputStream

mark

public void mark(int readlimit)
Overrides:
mark in class InputStream

reset

public void reset()
           throws IOException
Overrides:
reset in class InputStream
Throws:
IOException

close

public void close()
           throws IOException
Specified by:
close in interface Closeable
Overrides:
close in class InputStream
Throws:
IOException


Copyright © 2016 Liquibase.org. All rights reserved.