public static class MultiPartBodyImpl.FormFileImpl extends Object implements FormFile
Constructor and Description |
---|
MultiPartBodyImpl.FormFileImpl(String fileName,
javax.ws.rs.core.MediaType type,
byte[] content) |
Modifier and Type | Method and Description |
---|---|
byte[] |
getContent() |
String |
getFileName() |
javax.ws.rs.core.MediaType |
getMediaType() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
toString
public MultiPartBodyImpl.FormFileImpl(String fileName, javax.ws.rs.core.MediaType type, byte[] content)
fileName
- type
- content
- public byte[] getContent()
getContent
in interface FormFile
public String getFileName()
getFileName
in interface FormFile
public javax.ws.rs.core.MediaType getMediaType()
getMediaType
in interface FormFile
Copyright © 2014 The Apache Software Foundation. All Rights Reserved.