Module org.hsqldb

Interface InputStreamInterface

All Known Implementing Classes:
InputStreamWrapper

public interface InputStreamInterface
Since:
2.3.0
Author:
Fred Toussi (fredt@users dot sourceforge.net)
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    void
     
    long
    Invariant.
    int
     
    int
    read(byte[] bytes)
     
    int
    read(byte[] bytes, int offset, int length)
     
    void
    setSizeLimit(long count)
     
    long
    skip(long count)