org.apache.tika.server
Class ZipWriter

java.lang.Object
  extended by org.apache.tika.server.ZipWriter
All Implemented Interfaces:
javax.ws.rs.ext.MessageBodyWriter<Map<String,byte[]>>

@Provider
public class ZipWriter
extends Object
implements javax.ws.rs.ext.MessageBodyWriter<Map<String,byte[]>>


Constructor Summary
ZipWriter()
           
 
Method Summary
 long getSize(Map<String,byte[]> stringMap, Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 boolean isWriteable(Class<?> type, Type genericType, Annotation[] annotations, javax.ws.rs.core.MediaType mediaType)
           
 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)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ZipWriter

public ZipWriter()
Method Detail

isWriteable

public boolean isWriteable(Class<?> type,
                           Type genericType,
                           Annotation[] annotations,
                           javax.ws.rs.core.MediaType mediaType)
Specified by:
isWriteable in interface javax.ws.rs.ext.MessageBodyWriter<Map<String,byte[]>>

getSize

public long getSize(Map<String,byte[]> stringMap,
                    Class<?> type,
                    Type genericType,
                    Annotation[] annotations,
                    javax.ws.rs.core.MediaType mediaType)
Specified by:
getSize in interface javax.ws.rs.ext.MessageBodyWriter<Map<String,byte[]>>

writeTo

public 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:
writeTo in interface javax.ws.rs.ext.MessageBodyWriter<Map<String,byte[]>>
Throws:
IOException
javax.ws.rs.WebApplicationException


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.