Class JsonStreamingSerializer
- java.lang.Object
- 
- org.apache.tika.metadata.serialization.JsonStreamingSerializer
 
- 
- All Implemented Interfaces:
- AutoCloseable
 
 public class JsonStreamingSerializer extends Object implements AutoCloseable 
- 
- 
Constructor SummaryConstructors Constructor Description JsonStreamingSerializer(Writer writer)
 
- 
- 
- 
Constructor Detail- 
JsonStreamingSerializerpublic JsonStreamingSerializer(Writer writer) 
 
- 
 - 
Method Detail- 
addpublic void add(Metadata metadata) throws IOException - Throws:
- IOException
 
 - 
closepublic void close() throws IOException- Specified by:
- closein interface- AutoCloseable
- Throws:
- IOException
 
 
- 
 
-