public class PropertiesWriter extends Object
Constructor and Description |
---|
PropertiesWriter() |
Modifier and Type | Method and Description |
---|---|
static void |
write(byte[] properties,
OutputStream out) |
static void |
write(Properties properties,
String comment,
OutputStream out) |
public static void write(Properties properties, String comment, OutputStream out) throws IOException
IOException
public static void write(byte[] properties, OutputStream out) throws IOException
IOException
Copyright © 2020. All rights reserved.