public class MeteringOutputStream
extends javax.servlet.ServletOutputStream
Constructor and Description |
---|
MeteringOutputStream(javax.servlet.ServletOutputStream wrappedOutputStream) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
void |
flush() |
long |
geWrittenSize()
Get the written size
|
void |
print(boolean arg0) |
void |
print(char c) |
void |
print(double d) |
void |
print(float f) |
void |
print(int i) |
void |
print(long l) |
void |
print(String arg0) |
void |
println() |
void |
println(boolean b) |
void |
println(char c) |
void |
println(double d) |
void |
println(float f) |
void |
println(int i) |
void |
println(long l) |
void |
println(String s) |
void |
write(byte[] b) |
void |
write(byte[] b,
int off,
int len) |
void |
write(int b) |
public MeteringOutputStream(javax.servlet.ServletOutputStream wrappedOutputStream)
public void print(boolean arg0) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(char c) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(double d) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(float f) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(int i) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(long l) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void print(String arg0) throws IOException
print
in class javax.servlet.ServletOutputStream
IOException
public void println() throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(boolean b) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(char c) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(double d) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(float f) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(int i) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(long l) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void println(String s) throws IOException
println
in class javax.servlet.ServletOutputStream
IOException
public void close() throws IOException
close
in interface Closeable
close
in interface AutoCloseable
close
in class OutputStream
IOException
public void flush() throws IOException
flush
in interface Flushable
flush
in class OutputStream
IOException
public void write(byte[] b, int off, int len) throws IOException
write
in class OutputStream
IOException
public void write(byte[] b) throws IOException
write
in class OutputStream
IOException
public void write(int b) throws IOException
write
in class OutputStream
IOException
public long geWrittenSize()
Copyright © 2016 WSO2 Inc. All rights reserved.