java.lang.Object
com.aoapps.hodgepodge.io.NativeToPosixWriter
Converts native line endings to POSIX format ('\n') while writing.
- Author:
- AO Industries, Inc.
-
Method Summary
Modifier and TypeMethodDescriptionstatic Writer
getInstance
(Writer out) Gets an instance of the Writer that performs the conversion.
-
Method Details
-
getInstance
Gets an instance of the Writer that performs the conversion. The implementation may be optimized for common platforms.
-