Click or drag to resize

JavaPropertiesRead Method (Stream)

Parses the java property file from a stream

Namespace:  Cauldron.Java
Assembly:  Cauldron (in Cauldron.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public static JavaProperties Read(
	Stream stream
)

Parameters

stream
Type: System.IOStream
The stream

Return Value

Type: JavaProperties
A new instance of JavaProperties
See Also