Subversion Repository Public Repository

litesoft

Diff Revisions 949 vs 950 for /trunk/Java/KeyHole/src/org/litesoft/aokeyhole/persist/lines/LinesPersister.java

Diff revisions: vs.
  @@ -1,16 +1,16 @@
1 - // This Source Code is in the Public Domain per: http://unlicense.org
2 - package org.litesoft.aokeyhole.persist.lines;
3 -
4 - import java.io.*;
5 -
6 - public interface LinesPersister {
7 - String getName();
8 -
9 - boolean isReadOnly();
10 -
11 - String[] loadLines()
12 - throws IOException;
13 -
14 - void saveLines( String[] pLines )
15 - throws IOException;
16 - }
1 + // This Source Code is in the Public Domain per: http://unlicense.org
2 + package org.litesoft.aokeyhole.persist.lines;
3 +
4 + import java.io.*;
5 +
6 + public interface LinesPersister {
7 + String getName();
8 +
9 + boolean isReadOnly();
10 +
11 + String[] loadLines()
12 + throws IOException;
13 +
14 + void saveLines( String[] pLines )
15 + throws IOException;
16 + }