Class NativeToPosixWriter

java.lang.Object
com.aoapps.hodgepodge.io.NativeToPosixWriter

public final class NativeToPosixWriter extends Object
Converts native line endings to POSIX format ('\n') while writing.
Author:
AO Industries, Inc.
  • Method Details

    • getInstance

      public static Writer getInstance(Writer out)
      Gets an instance of the Writer that performs the conversion. The implementation may be optimized for common platforms.