Add prefixes to all encoding methods, add method to encode a single Post.
[Sone.git] / src / main / java / net / pterodactylus / sone / fcp / AbstractSoneCommand.java
2011-04-08 David ‘Bombe’ RodenAdd prefixes to all encoding methods, add method to...
2011-04-08 David ‘Bombe’ RodenAdd method to return a Post from the simple field set.
2011-04-08 David ‘Bombe’ RodenAdd parameter to include replies in encodePosts().
2011-04-08 David ‘Bombe’ RodenAdd method to encode a collection of replies.
2011-04-08 David ‘Bombe’ RodenAdd method to encode a collection of Sones into a simpl...
2011-04-08 David ‘Bombe’ RodenAdd abstract FCP command with Sone-specific helper...