public interface DifferenceSink extends Closeable
Difference
objects.Modifier and Type | Method and Description |
---|---|
void |
put(Difference difference)
Puts a difference object into this channel.
|
void put(Difference difference) throws IOException
difference
- target difference objectIOException
- if failed to put the objectIllegalArgumentException
- if some parameters were null
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.