Class FileTextWritable

  • All Implemented Interfaces:
    TextWritable

    @Deprecated
    public class FileTextWritable
    extends java.lang.Object
    implements TextWritable
    Deprecated.
    Use PathTextReadable instead
    An implementation of TextWritable which delegates to a File.
    Author:
    Fabrizio Giudici
    • Constructor Detail

      • FileTextWritable

        public FileTextWritable()
        Deprecated.
    • Method Detail

      • openWriter

        @Nonnull
        public java.io.Writer openWriter()
                                  throws java.io.IOException
        Deprecated.
        Returns a Writer to write into the object.
        Specified by:
        openWriter in interface TextWritable
        Returns:
        the Writer
        Throws:
        java.io.IOException - if the operation can't be performed