Package org.yaml.snakeyaml.emitter
Interface Emitable
-
- All Known Implementing Classes:
Emitter
public interface Emitable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
emit(Event event)
-
-
-
Method Detail
-
emit
void emit(Event event) throws IOException
- Throws:
IOException
-
-