|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.io.OutputStream
javax.servlet.ServletOutputStream
xecure.servlet.XecureOutputStream
XecureOutputStream Ŭ·¡½º´Â XecureWeb À» Àû¿ëÇÑ ¼ºí¸´, JSP ¿¡¼ »ç¿ëµÇ´Â OutputStream ÀÌ´Ù. ÀÌ OutputStream À» ÅëÇØ Response µÇ´Â µ¥ÀÌŸ¸¦ ¾ÏÈ£È ÇÑ´Ù.
Constructor Summary | |
XecureOutputStream(XecureSession xecureSession,
javax.servlet.ServletOutputStream out,
int buffer_size)
XecureOutputStream constructor |
Method Summary | |
void |
close()
servlet¹öÀü¿¡¼´Â Ç×»ó ³¡¿¡¼ ºÒ·¶´Ù. |
void |
flush()
±âº»ÀûÀ¸·Î ÆÄÀÏÀÇ ³¡¿¡¼ ºÒ·ÁÁø´Ù. |
void |
print(boolean b)
Print a boolean. |
void |
print(char c)
Print a char. |
void |
print(double d)
Print a double. |
void |
print(float f)
Print a float. |
void |
print(int i)
Print an integer. |
void |
print(long l)
Print a long integer. |
void |
print(java.lang.String s)
Print string. |
void |
println()
Print linefeed. |
void |
println(boolean x)
Print a boolean value following linefeed. |
void |
println(char x)
Print a char following linefeed. |
void |
println(double x)
Print a double following linefeed. |
void |
println(float x)
Print a float following linefeed. |
void |
println(int x)
Print an integer following linefeed. |
void |
println(long x)
Print a long following linefeed. |
void |
println(java.lang.String x)
Print a string following linefeed. |
java.lang.String |
rawEncrypt(java.lang.String plain)
|
void |
write(byte[] buf)
Print byte buffer. |
void |
write(byte[] buf,
int off,
int len)
±âº» Ãâ·ÂÇÔ¼ö |
void |
write(int c)
Write a single character. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public XecureOutputStream(XecureSession xecureSession, javax.servlet.ServletOutputStream out, int buffer_size)
xecureSession
- ¾ÏÈ£ ¼¼¼Ç Á¤º¸out
- ¼ºí¸´ ¿£Áø µðÆúÆ® PrintWriterbuffer_size
- ¾ÏÈ£ÈÇÒ µ¥ÀÌŸ¸¦ ÀúÀåÇÏ´Â ¹öÆÛ Å©±âMethod Detail |
public void close() throws java.io.IOException
java.io.IOException
public void flush() throws java.io.IOException
java.io.IOException
public void write(byte[] buf, int off, int len) throws java.io.IOException
buf
- character buffer arrayoff
- offsetlen
- Ãâ·ÂÇÒ µ¥ÀÌŸ ±æÀÌ
java.io.IOException
public void write(int c) throws java.io.IOException
java.io.IOException
public void write(byte[] buf) throws java.io.IOException
java.io.IOException
public void print(boolean b) throws java.io.IOException
java.io.IOException
public void print(char c) throws java.io.IOException
java.io.IOException
public void print(int i) throws java.io.IOException
java.io.IOException
public void print(long l) throws java.io.IOException
java.io.IOException
public void print(float f) throws java.io.IOException
java.io.IOException
public void print(double d) throws java.io.IOException
java.io.IOException
public void println() throws java.io.IOException
java.io.IOException
public void println(boolean x) throws java.io.IOException
java.io.IOException
public void println(char x) throws java.io.IOException
java.io.IOException
public void println(int x) throws java.io.IOException
java.io.IOException
public void println(long x) throws java.io.IOException
java.io.IOException
public void println(float x) throws java.io.IOException
java.io.IOException
public void println(double x) throws java.io.IOException
java.io.IOException
public void println(java.lang.String x) throws java.io.IOException
java.io.IOException
public void print(java.lang.String s) throws java.io.IOException
java.io.IOException
public java.lang.String rawEncrypt(java.lang.String plain)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |