java.lang.Object
java.io.OutputStream
com.aoapps.sql.wrapper.OutputStreamWrapper
com.aoapps.sql.tracker.OutputStreamTracker
- All Implemented Interfaces:
NoClose
,OnCloseHandler
,Wrapper
,Closeable
,Flushable
,AutoCloseable
,Wrapper
Tracks an
OutputStream
for unclosed or unfreed objects.- Author:
- AO Industries, Inc.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final Level
The logging level that enables allocation stack trace logging. -
Constructor Summary
ConstructorDescriptionOutputStreamTracker
(ConnectionTrackerImpl connectionTracker, OutputStream wrapped) Creates a newOutputStream
tracker. -
Method Summary
Modifier and TypeMethodDescriptionvoid
addOnClose
(Runnable onCloseHandler) Will call the handler once on close/free.void
close()
Calls onClose handlers thensuper.close()
.Methods inherited from class com.aoapps.sql.wrapper.OutputStreamWrapper
flush, getConnectionWrapper, getWrapped, isNoClose, toString, write, write, write
Methods inherited from class java.io.OutputStream
nullOutputStream
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
-
Field Details
-
ALLOCATION_STACKTRACE_LOG_LEVEL
The logging level that enables allocation stack trace logging.
-
-
Constructor Details
-
OutputStreamTracker
Creates a newOutputStream
tracker.
-
-
Method Details
-
getAllocationStacktrace
-
getAllocationLogger
-
addOnClose
Description copied from interface:OnCloseHandler
Will call the handler once on close/free.- Specified by:
addOnClose
in interfaceOnCloseHandler
-
close
Calls onClose handlers thensuper.close()
.- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
- Specified by:
close
in interfaceNoClose
- Overrides:
close
in classOutputStreamWrapper
- Throws:
IOException
- See Also:
-