Ignore:
Timestamp:
04/17/19 14:23:09 (5 years ago)
Author:
bln4
Message:

Officially added code to encrypt frames with custom built labels. Minimal error checking implemented so far and logical things may not happen when unexpected data.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/expeditee/io/ExpWriter.java

    r1321 r1323  
    5151        protected StringBuilder _stringWriter = null;
    5252
     53        protected String _framename;
     54
    5355        private static final char TERMINATOR = 'Z';
    5456
     
    5961        @Override
    6062        public void initialise(Frame start, Writer writer) throws IOException {
     63                _framename = start.getName();
    6164                String name = start.getFramesetName().toLowerCase();
    6265
Note: See TracChangeset for help on using the changeset viewer.