|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codelabor.system.file.web.struts.action.FileDownloadAction.ByteArrayStreamInfo
public static class FileDownloadAction.ByteArrayStreamInfo
바이크 배열 스트림 정보 클래스
Field Summary | |
---|---|
protected byte[] |
bytes
바이트 배열 |
protected java.lang.String |
contentType
컨텐트 타입 |
Constructor Summary | |
---|---|
FileDownloadAction.ByteArrayStreamInfo(java.lang.String contentType,
byte[] bytes)
생성자 |
Method Summary | |
---|---|
java.lang.String |
getContentType()
|
java.io.InputStream |
getInputStream()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.lang.String contentType
protected byte[] bytes
Constructor Detail |
---|
public FileDownloadAction.ByteArrayStreamInfo(java.lang.String contentType, byte[] bytes)
contentType
- 컨탠트 타입bytes
- 바이트 배열Method Detail |
---|
public java.lang.String getContentType()
getContentType
in interface org.apache.struts.actions.DownloadAction.StreamInfo
public java.io.InputStream getInputStream() throws java.io.IOException
getInputStream
in interface org.apache.struts.actions.DownloadAction.StreamInfo
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |