Class SkipPropertiesDateLineWriter
- java.lang.Object
-
- java.io.Writer
-
- java.io.BufferedWriter
-
- org.apache.maven.plugins.shade.resource.properties.io.SkipPropertiesDateLineWriter
-
- All Implemented Interfaces:
java.io.Closeable
,java.io.Flushable
,java.lang.Appendable
,java.lang.AutoCloseable
public class SkipPropertiesDateLineWriter extends java.io.BufferedWriter
Simple buffered writer skipping its first write(String) call.
-
-
Constructor Summary
Constructors Constructor Description SkipPropertiesDateLineWriter(java.io.Writer out)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(java.lang.String str)
-