Interface StrReader

All Known Subinterfaces:
ClobReaderFlyweight
All Known Implementing Classes:
AbstractClobReaderFlyweight, ClobReaderFlyweightFile

public interface StrReader
Similar to CharSequence, but with throws IOException. Reader might also work, but it has too many unrelated methods.
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     
    subSequence(int start, int end)