Class JsonStreamingSerializer
- java.lang.Object
-
- org.apache.tika.metadata.serialization.JsonStreamingSerializer
-
- All Implemented Interfaces:
AutoCloseable
public class JsonStreamingSerializer extends Object implements AutoCloseable
-
-
Constructor Summary
Constructors Constructor Description JsonStreamingSerializer(Writer writer)
-
-
-
Constructor Detail
-
JsonStreamingSerializer
public JsonStreamingSerializer(Writer writer)
-
-
Method Detail
-
add
public void add(Metadata metadata) throws IOException
- Throws:
IOException
-
close
public void close() throws IOException
- Specified by:
close
in interfaceAutoCloseable
- Throws:
IOException
-
-