Back to Vassonic

ServletOutputStreamCopier (com.github.tencent:VasSonic 1.1 API)

sonic-java/apidocs/com/github/tencent/ServletOutputStreamCopier.html

3.1.14.5 KB
Original Source

跳过导航链接

com.github.tencent

类 ServletOutputStreamCopier


public classServletOutputStreamCopierextends javax.servlet.ServletOutputStream

构造器概要

构造器 | 构造器和说明 | | --- | | ServletOutputStreamCopier() |

方法概要

所有方法 实例方法 具体方法 | 限定符和类型 | 方法和说明 | | --- | --- | | byte[] | getCopy() | | boolean | isReady() | | void | setWriteListener(javax.servlet.WriteListener writeListener) | | void | write(int b) |

- 

从类继承的方法 javax.servlet.ServletOutputStream

print, print, print, print, print, print, print, println, println, println, println, println, println, println, println

- 

从类继承的方法 java.io.OutputStream

close, flush, write, write

- 

从类继承的方法 java.lang.Object

clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

构造器详细资料

- 

ServletOutputStreamCopier

public ServletOutputStreamCopier()

方法详细资料

- 

write

public void write(int b)
           throws[IOException](http://docs.oracle.com/javase/7/docs/api/java/io/IOException.html?is-external=true "java.io中的类或接口")

指定者:write 在类中 OutputStream抛出:IOException

- 

getCopy

public byte[] getCopy()
- 

isReady

public boolean isReady()

指定者:isReady 在类中 javax.servlet.ServletOutputStream

- 

setWriteListener

public void setWriteListener(javax.servlet.WriteListener writeListener)

指定者:setWriteListener 在类中 javax.servlet.ServletOutputStream

跳过导航链接

Copyright © 2018. All rights reserved.