public class SocialFile extends Object
| Constructor and Description |
|---|
SocialFile(Path path,
IOService ioService,
com.google.gson.Gson gson) |
| Modifier and Type | Method and Description |
|---|---|
void |
prepareForReading() |
List<SocialActivitiesEvent> |
readSocialEvents(Integer numberOfEvents) |
void |
write(List<SocialActivitiesEvent> events) |
public void write(List<SocialActivitiesEvent> events) throws IOException
IOExceptionpublic void prepareForReading()
throws IOException
IOExceptionpublic List<SocialActivitiesEvent> readSocialEvents(Integer numberOfEvents)
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.