Java org.apache.commons.net.io DotTerminatedMessageWriter fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.net.io DotTerminatedMessageWriter fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.net.io DotTerminatedMessageWriter.

The text is from its open source code.

Constructor

DotTerminatedMessageWriter(Writer output)
Creates a DotTerminatedMessageWriter that wraps an existing Writer output destination.

Method

voidclose()
Flushes the underlying output, writing all buffered output, but doesn't actually close the underlying stream.
voidwrite(int ch)
Writes a character to the output.
voidwrite(char[] buffer)
Writes a character array to the output.
voidwrite(String string)
Writes a String to the output.