메소드 | 설명 | |
---|---|---|
CreateStream ( String resource ) : Stream |
Create a stream to read the resource.
|
|
LoadString ( String resource ) : String |
Load a string.
|
메소드 | 설명 | |
---|---|---|
ResourceLoader ( ) : System |
Private constructor.
|
public static CreateStream ( String resource ) : Stream | ||
resource | String | The resource to load. |
리턴 | Stream |
public static LoadString ( String resource ) : String | ||
resource | String | The resource to load. |
리턴 | String |