java.lang.Object
java.io.Reader
com.aoapps.sql.wrapper.ReaderWrapper
com.aoapps.sql.failfast.FailFastReader
- Author:
- AO Industries, Inc.
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
close()
protected FailFastConnectionImpl
void
mark
(int readAheadLimit) boolean
int
read()
int
read
(char[] cbuf) int
read
(char[] cbuf, int off, int len) int
read
(CharBuffer target) boolean
ready()
void
reset()
long
skip
(long n) long
transferTo
(Writer out) Methods inherited from class com.aoapps.sql.wrapper.ReaderWrapper
getWrapped, isNoClose, toString
Methods inherited from class java.io.Reader
nullReader
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.aoapps.sql.wrapper.Wrapper
isWrapperFor, unwrap
-
Constructor Details
-
FailFastReader
-
-
Method Details
-
getConnectionWrapper
- Overrides:
getConnectionWrapper
in classReaderWrapper
-
read
- Specified by:
read
in interfaceReadable
- Overrides:
read
in classReaderWrapper
- Throws:
IOException
-
read
- Overrides:
read
in classReaderWrapper
- Throws:
IOException
-
read
- Overrides:
read
in classReaderWrapper
- Throws:
IOException
-
read
- Overrides:
read
in classReaderWrapper
- Throws:
IOException
-
skip
- Overrides:
skip
in classReaderWrapper
- Throws:
IOException
-
ready
- Overrides:
ready
in classReaderWrapper
- Throws:
IOException
-
markSupported
public boolean markSupported()- Overrides:
markSupported
in classReaderWrapper
-
mark
- Overrides:
mark
in classReaderWrapper
- Throws:
IOException
-
reset
- Overrides:
reset
in classReaderWrapper
- Throws:
IOException
-
close
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceNoClose
- Overrides:
close
in classReaderWrapper
- Throws:
IOException
-
transferTo
- Overrides:
transferTo
in classReader
- Throws:
IOException
-