public interface RegionDataOutput extends Closeable
| Modifier and Type | Method and Description |
|---|---|
void |
init() |
void |
write(RegionDTO regionDTO)
Write region data
|
void init() throws IOException
IOExceptionvoid write(RegionDTO regionDTO) throws IOException
regionDTO - region data to write.IOException - if an I/O error occurs.Copyright © 2019. All rights reserved.