Class XTxtWriter

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.AutoCloseable

    public final class XTxtWriter
    extends XBaseObject
    implements java.lang.AutoCloseable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      XTxtWriter​(java.lang.String path)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void close()  
      java.lang.String getPath()  
      boolean write​(java.lang.Object obj)  
      boolean write​(java.lang.Object obj, java.lang.String suffix)  
      boolean writeLine​(java.lang.Object obj)  
      boolean writeLine​(java.util.List<java.lang.Object> lsObj)  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • XTxtWriter

        public XTxtWriter​(java.lang.String path)
    • Method Detail

      • write

        public boolean write​(java.lang.Object obj)
      • writeLine

        public boolean writeLine​(java.util.List<java.lang.Object> lsObj)
      • writeLine

        public boolean writeLine​(java.lang.Object obj)
      • write

        public boolean write​(java.lang.Object obj,
                             java.lang.String suffix)
      • close

        public void close()
        Specified by:
        close in interface java.lang.AutoCloseable
      • getPath

        public java.lang.String getPath()