Class FileToByteArraySampleStream

java.lang.Object
opennlp.tools.util.FilterObjectStream<File,byte[]>
opennlp.tools.formats.convert.FileToByteArraySampleStream
All Implemented Interfaces:
AutoCloseable, opennlp.tools.util.ObjectStream<byte[]>

@Internal public class FileToByteArraySampleStream extends opennlp.tools.util.FilterObjectStream<File,byte[]>
Note: Do not use this class, internal use only!
  • Constructor Details

    • FileToByteArraySampleStream

      public FileToByteArraySampleStream(opennlp.tools.util.ObjectStream<File> samples)
      Parameters:
      samples - The ObjectStream containing the files.
  • Method Details