Earlier this year
-
r185
(Remove unnecessary casts, change a name.) committed by mdakin
- Remove unnecessary casts, change a name.
Remove unnecessary casts, change a name.
-
r184
(Simplfy some code, minor fixes) committed by mdakin
- Simplfy some code, minor fixes
Simplfy some code, minor fixes
-
r183
(Remove unnecessary casts) committed by mdakin
- Remove unnecessary casts
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
r165
(Changes in SimpleTextWriter. it will accept OutputStreams. i...) committed by ahmetaa
- Changes in SimpleTextWriter. it will accept OutputStreams. it will not have file spesific operations
(append). static factory methods are reduced. Preconditions are not public. SimpleTextReader and
Writer classes are final.
Changes in SimpleTextWriter. it will accept OutputStreams. it will not have file spesific operations
(append). static factory methods are reduced. Preconditions are not public. SimpleTextReader and
Writer classes are final.
-
r164
(Bytes, toByte->toByteArray) committed by ahmetaa
- Bytes, toByte->toByteArray
Bytes, toByte->toByteArray
-
r163
(add convenience methods to Reader and Writer) committed by ahmetaa
- add convenience methods to Reader and Writer
add convenience methods to Reader and Writer
-
r162
(javadoc update) committed by ahmetaa
- javadoc update
-
-
Files
(Several File operations can be done using Files class.) Wiki page edited by ahmetaa
-
Files
(Several File operations can be done using Files class.) Wiki page edited by ahmetaa
-
Strings
(String related operations are done in Strings class.) Wiki page edited by ahmetaa
-
r157
(Bytes: add public static byte[] toByte(short i, boolean bigE...) committed by ahmetaa
- Bytes: add public static byte[] toByte(short i, boolean bigEndian) and hexDump()
Files: add hexDump()
IOs: add hexDump()
SimpleTextReader accepts multiple prefix string.
Bytes: add public static byte[] toByte(short i, boolean bigEndian) and hexDump()
Files: add hexDump()
IOs: add hexDump()
SimpleTextReader accepts multiple prefix string.
-
SimpleFileWriter Wiki page deleted by ahmetaa
-
-
Strings
(String related operations are done in Strings class.) Wiki page edited by ahmetaa
-
SimpleFileReader Wiki page deleted by ahmetaa
-
-
-
r150
(Strings.separateGrams(...) is added.) committed by ahmetaa
- Strings.separateGrams(...) is added.
Strings.separateGrams(...) is added.
-
r149
(change method names in CountingSet. merge->add) committed by ahmetaa
- change method names in CountingSet. merge->add
change method names in CountingSet. merge->add
-
r148
(add a method with different counts than 1) committed by mdakin
- add a method with different counts than 1
add a method with different counts than 1
-
r147
(concat with String methods are added to Strings.) committed by ahmetaa
- concat with String methods are added to Strings.
concat with String methods are added to Strings.
-
r146
(namechange for test class) committed by ahmetaa
- namechange for test class
namechange for test class
-
r145
(various bugs are fixed. Numbers->countDigit, SimpleTextReade...) committed by ahmetaa
- various bugs are fixed. Numbers->countDigit, SimpleTextReader-> ignorePRefix
-
r144
(CountingSet -> sizeSmaller, sizeLarger methods are added
Fil...) committed by ahmetaa
- CountingSet -> sizeSmaller, sizeLarger methods are added
Files-> void appendFiles(File target, File... filesToAppend) added
SimpleTextWriter -> public SimpleTextWriter write(String s)
CountingSet -> sizeSmaller, sizeLarger methods are added
Files-> void appendFiles(File target, File... filesToAppend) added
SimpleTextWriter -> public SimpleTextWriter write(String s)
-
-
r142
(licensing info.) committed by ahmetaa
- licensing info.
-
-
r140
(eliminate Pair class.) committed by ahmetaa
- eliminate Pair class.
-
r139
(remove collection methods. is better that use Google Collect...) committed by ahmetaa
- remove collection methods. is better that use Google Collections for that.. sad..
remove collection methods. is better that use Google Collections for that.. sad..
-
r138
(added getDirectories method.) committed by ahmetaa
- added getDirectories method.
added getDirectories method.
-
r137
(add empty Bytes class
add getFirstSorted, removeSmaller, rem...) committed by ahmetaa
- add empty Bytes class
add getFirstSorted, removeSmaller, removeLarger methods to CountingSet
add crawlDirectory(File dir, boolean recurseSubDirs, FileFilter... filters) method to Files.
Small refactorng in LineIterator
add Builder.ignoreIfStartsWith(String prefix) to SimpleFileReader
add subStringAfterFirst, subStringAfterLast to Strings. remove subStringFromFirst and
subStringFromLast from Strings.
add empty Bytes class
add getFirstSorted, removeSmaller, removeLarger methods to CountingSet
add crawlDirectory(File dir, boolean recurseSubDirs, FileFilter... filters) method to Files.
Small refactorng in LineIterator
add Builder.ignoreIfStartsWith(String prefix) to SimpleFileReader
add subStringAfterFirst, subStringAfterLast to Strings. remove subStringFromFirst and
subStringFromLast from Strings.
|