Package org.gittorr.ccerial.utils
Interface WriterFunction<T>
- Type Parameters:
T- the parameter
public interface WriterFunction<T>
Internal class
-
Method Summary
-
Method Details
-
write
Write a value- Parameters:
out- the outputstreamvalue- the value- Throws:
IOException- if any exception happens
-