Login
Preferences
Help/Guide
About Trac
Forgot your password?
Wiki
Browse Source
Context Navigation
←
Previous Change
Wiki History
Next Change
→
Changes between
Version 97
and
Version 98
of
j2p
View differences
inline
side by side
Show
lines around each change
Show the changes in full context
Ignore:
Blank lines
Case changes
White space changes
Timestamp:
07/01/24 10:12:54 (
4 months
ago)
Author:
wouter
Comment:
--
Legend:
Unmodified
Added
Removed
Modified
j2p
v97
v98
229
229
THe resource can be accessed like usual in java:
230
230
{{{
231
final
@NonNull
InputStream stream = getClass()
231
final
InputStream stream = getClass()
232
232
.getResourceAsStream("yourresource.txt");
233
233
...stream.read()...