public final class CompressedFileWriter extends Object
Copyright (c) 2013-2019 Delft University of Technology, PO Box 5, 2600 AA, Delft, the Netherlands. All rights reserved.
BSD-style license. See OpenTrafficSim License.
Modifier and Type | Method and Description |
---|---|
static BufferedWriter |
create(String file,
boolean zipped)
Returns a
BufferedWriter to a file, zipped or not. |
public static BufferedWriter create(String file, boolean zipped)
BufferedWriter
to a file, zipped or not.file
- String; filezipped
- boolean; zipped or notCopyright © 2014–2019 Delft University of Technology. All rights reserved.