public class MimeBuffer extends Object
| Constructor and Description | 
|---|
| MimeBuffer(Connection connection,
          TableInfo mimeTable,
          TikaConfig config) | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| int | getId(String key) | 
| int | getNumWrites() | 
| void | write(int id,
     String value) | 
public MimeBuffer(Connection connection, TableInfo mimeTable, TikaConfig config) throws SQLException
SQLExceptionpublic void write(int id,
                  String value)
           throws RuntimeException
RuntimeExceptionpublic void close()
           throws SQLException
SQLExceptionpublic int getId(String key)
public int getNumWrites()
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.