Package org.yaml.snakeyaml
Class Yaml.SilentEmitter
java.lang.Object
org.yaml.snakeyaml.Yaml.SilentEmitter
- All Implemented Interfaces:
Emitable
- Enclosing class:
- Yaml
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
events
-
-
Constructor Details
-
SilentEmitter
private SilentEmitter()
-
-
Method Details
-
getEvents
-
emit
Description copied from interface:Emitable
Push event to bytes- Specified by:
emit
in interfaceEmitable
- Parameters:
event
- - the source- Throws:
IOException
- if bytes bite
-