|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectoracle.dacf.util.errorloggers.InputStreamLoggerReader
The InputStreamLoggerReader reads the data written by the OutputStreamLogger class.
InputStreamLoggerReader is used by the utility program showErrors which translates the InputStreamLoggerReader data into a collection of error attributes for every error.
OutputStreamLogger
,
showErrors
Nested Class Summary | |
class |
InputStreamLoggerReader.ErrorAttributes
Inner class used to present a context-less error. |
Constructor Summary | |
InputStreamLoggerReader(java.io.InputStream is)
Public constructor which takes an InputStream object and uses the default character encoding. |
|
InputStreamLoggerReader(java.io.InputStreamReader ir)
Public constructor which takes an InputStreamReader object and uses the default character encoding. |
Method Summary | |
InputStreamLoggerReader.ErrorAttributes[] |
getErrors()
Returns all the errors read from the InputStream as an InputStreamLoggerReader.ErrorAttributes class. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InputStreamLoggerReader(java.io.InputStream is) throws java.io.IOException
is
- the InputStream or logging source.public InputStreamLoggerReader(java.io.InputStreamReader ir) throws java.io.IOException
Method Detail |
public InputStreamLoggerReader.ErrorAttributes[] getErrors()
|
Oracle Data-aware Controls Reference | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1997, 2003, Oracle. All rights reserved.