Class PathWriter
- java.lang.Object
- 
- org.keycloak.models.map.storage.file.yaml.PathWriter
 
- 
- All Implemented Interfaces:
- Closeable,- AutoCloseable,- org.snakeyaml.engine.v2.api.StreamDataWriter
 
 public class PathWriter extends Object implements org.snakeyaml.engine.v2.api.StreamDataWriter, Closeable - Author:
- hmlnarik
 
- 
- 
Constructor SummaryConstructors Constructor Description PathWriter(Path path)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()voidflush()voidwrite(String str)voidwrite(String str, int off, int len)
 
- 
- 
- 
Constructor Detail- 
PathWriterpublic PathWriter(Path path) throws IOException - Throws:
- IOException
 
 
- 
 - 
Method Detail- 
writepublic void write(String str) - Specified by:
- writein interface- org.snakeyaml.engine.v2.api.StreamDataWriter
 
 - 
writepublic void write(String str, int off, int len) - Specified by:
- writein interface- org.snakeyaml.engine.v2.api.StreamDataWriter
 
 - 
flushpublic void flush() - Specified by:
- flushin interface- org.snakeyaml.engine.v2.api.StreamDataWriter
 
 - 
closepublic void close() throws IOException- Specified by:
- closein interface- AutoCloseable
- Specified by:
- closein interface- Closeable
- Throws:
- IOException
 
 
- 
 
-