public class TrackedOutputStream extends OutputStream
| Constructor and Description |
|---|
TrackedOutputStream(ActivityTracker activityTracker,
OutputStream delegate) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
flush() |
ActivityTracker |
getActivityTracker() |
void |
write(@NotNull byte[] b) |
void |
write(@NotNull byte[] b,
int off,
int len) |
void |
write(int b) |
public TrackedOutputStream(ActivityTracker activityTracker, OutputStream delegate)
public ActivityTracker getActivityTracker()
public void write(int b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(@NotNull
@NotNull byte[] b)
throws IOException
write in class OutputStreamIOExceptionpublic void write(@NotNull
@NotNull byte[] b,
int off,
int len)
throws IOException
write in class OutputStreamIOExceptionpublic void flush()
throws IOException
flush in interface Flushableflush in class OutputStreamIOExceptionpublic void close()
throws IOException
close in interface Closeableclose in interface AutoCloseableclose in class OutputStreamIOExceptionCopyright © 2022. All rights reserved.