|
org.netbeans.modules.editor.guards/1 1.12.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GuardedSectionsProvider
Subclasses should be able to read content containing guarded section marks
and vice versa. You should subclass AbstractGuardedSectionsProvider
.
Use this interface in case you load or save the Document
.
Method Summary | |
---|---|
Reader |
createGuardedReader(InputStream stream,
Charset charset)
Creates a reader able to read persisted sections. |
Writer |
createGuardedWriter(OutputStream stream,
Charset charset)
Creates a writer able to write persisted sections. |
Method Detail |
---|
Reader createGuardedReader(InputStream stream, Charset charset)
stream
- stream containing persisted sectionscharset
- charset to decode read bytes, null
implies
the system default charset.
Writer createGuardedWriter(OutputStream stream, Charset charset)
stream
- stream where the output should be writtencharset
- charset used by the writer
|
org.netbeans.modules.editor.guards/1 1.12.1 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |