|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ClasspathConnection
| Method Summary | |
|---|---|
byte[] |
getBytes(String name)
Convenience method that provides access to the bytes to be found by doing a openInputStream(String)
on file named name. |
InputStream |
openInputStream(String name)
|
| Methods inherited from interface javax.microedition.io.Connection |
|---|
close |
| Method Detail |
|---|
InputStream openInputStream(String name)
throws IOException
IOException
byte[] getBytes(String name)
throws IOException
openInputStream(String)
on file named name.
name - Name of the resource to open and fetch bytes from
IOException - if any error occurs opening or reading bytes from the stream openInputStream(String)
|
" 2013 FRC Java API " |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||