Class StringWriterProvider
- java.lang.Object
-
- com.helger.commons.io.streamprovider.StringWriterProvider
-
- All Implemented Interfaces:
IHasWriter
public class StringWriterProvider extends Object implements IHasWriter
- Author:
- Philip Helger
-
-
Constructor Summary
Constructors Constructor Description StringWriterProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)NonBlockingStringWritergetWriter()Get the writer to write to an object.inthashCode()StringtoString()-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface com.helger.commons.io.IHasWriter
getBufferedWriter
-
-
-
-
Method Detail
-
getWriter
@Nonnull public final NonBlockingStringWriter getWriter()
Description copied from interface:IHasWriterGet the writer to write to an object. Each time this method is call, a newWriterneeds to be created!- Specified by:
getWriterin interfaceIHasWriter- Returns:
nullif resolving failed.
-
-