Changes between Version 97 and Version 98 of j2p


Ignore:
Timestamp:
07/01/24 10:12:54 (4 months ago)
Author:
wouter
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • j2p

    v97 v98  
    229229THe resource can be accessed like usual in java:
    230230{{{
    231         final @NonNull InputStream stream = getClass()
     231        final InputStream stream = getClass()
    232232                                .getResourceAsStream("yourresource.txt");
    233233        ...stream.read()...