Class ZipWriter
- java.lang.Object
- 
- org.apache.tika.server.core.writer.ZipWriter
 
- 
- 
Constructor SummaryConstructors Constructor Description ZipWriter()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetSize(Map<String,byte[]> stringMap, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)booleanisWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)voidwriteTo(Map<String,byte[]> parts, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream)
 
- 
- 
- 
Method Detail- 
isWriteablepublic boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) 
 - 
getSizepublic long getSize(Map<String,byte[]> stringMap, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType) 
 - 
writeTopublic void writeTo(Map<String,byte[]> parts, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType, javax.ws.rs.core.MultivaluedMap<String,Object> httpHeaders, OutputStream entityStream) throws IOException, javax.ws.rs.WebApplicationException - Specified by:
- writeToin interface- javax.ws.rs.ext.MessageBodyWriter<Map<String,byte[]>>
- Throws:
- IOException
- javax.ws.rs.WebApplicationException
 
 
- 
 
-