public interface FixedFormatDeserializer
| Modifier and Type | Method and Description |
|---|---|
byte[] |
binary(InputStream content)
Reads binary data from an InputStream.
|
List<BatchRequestPart> |
parseBatchRequest(InputStream content,
String boundary,
BatchOptions options) |
byte[] binary(InputStream content) throws DeserializerException
content - the binary data as input streamDeserializerExceptionList<BatchRequestPart> parseBatchRequest(InputStream content, String boundary, BatchOptions options) throws BatchDeserializerException
BatchDeserializerExceptionCopyright © 2013–2015 The Apache Software Foundation. All rights reserved.