java.lang.Object
java.io.Reader
com.aoapps.sql.wrapper.ReaderWrapper
com.aoapps.sql.failfast.FailFastReader
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()protected FailFastConnectionImplvoidmark(int readAheadLimit) booleanintread()intread(char[] cbuf) intread(char[] cbuf, int off, int len) intread(CharBuffer target) booleanready()voidreset()longskip(long n) longtransferTo(Writer out) Methods inherited from class com.aoapps.sql.wrapper.ReaderWrapper
getWrapped, isNoClose, toStringMethods inherited from class java.io.Reader
nullReaderMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastReader
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapperin classReaderWrapper
-
read
- Specified by:
readin interfaceReadable- Overrides:
readin classReaderWrapper- Throws:
IOException
-
read
- Overrides:
readin classReaderWrapper- Throws:
IOException
-
read
- Overrides:
readin classReaderWrapper- Throws:
IOException
-
read
- Overrides:
readin classReaderWrapper- Throws:
IOException
-
skip
- Overrides:
skipin classReaderWrapper- Throws:
IOException
-
ready
- Overrides:
readyin classReaderWrapper- Throws:
IOException
-
markSupported
public boolean markSupported()- Overrides:
markSupportedin classReaderWrapper
-
mark
- Overrides:
markin classReaderWrapper- Throws:
IOException
-
reset
- Overrides:
resetin classReaderWrapper- Throws:
IOException
-
close
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein interfaceCloseable- Specified by:
closein interfaceNoClose- Overrides:
closein classReaderWrapper- Throws:
IOException
-
transferTo
- Overrides:
transferToin classReaderWrapper- Throws:
IOException
-
