|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object retrofit.mime.TypedByteArray
public class TypedByteArray
Byte array and its mime type.
Constructor Summary | |
---|---|
TypedByteArray(String mimeType,
byte[] bytes)
Constructs a new typed byte array. |
Method Summary | |
---|---|
boolean |
equals(Object o)
|
String |
fileName()
Original filename. |
byte[] |
getBytes()
|
int |
hashCode()
|
InputStream |
in()
Read bytes as stream. |
long |
length()
Length in bytes. |
String |
mimeType()
Returns the mime type. |
void |
writeTo(OutputStream out)
Writes these bytes to the given output stream. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TypedByteArray(String mimeType, byte[] bytes)
application/unknown
if absent.
NullPointerException
- if bytes are nullMethod Detail |
---|
public byte[] getBytes()
public String fileName()
TypedOutput
fileName
in interface TypedOutput
public String mimeType()
TypedInput
mimeType
in interface TypedInput
mimeType
in interface TypedOutput
public long length()
TypedInput
-1
if length is unknown.
length
in interface TypedInput
length
in interface TypedOutput
public void writeTo(OutputStream out) throws IOException
TypedOutput
writeTo
in interface TypedOutput
IOException
public InputStream in() throws IOException
TypedInput
in
in interface TypedInput
IOException
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |