Package | Description |
---|---|
java.io |
Provides classes for input and output through data streams.
|
Modifier and Type | Class and Description |
---|---|
class |
OutputStreamWriter
An OutputStreamWriter is a bridge from character streams to byte streams:
Characters written to it are translated into bytes.
|
Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.