Gray
Gray
Thanks @AndroidDeveloperLB . I need to add Gradle support to all of my libraries. Sigh. So much to do.
Thanks for this. I'm not sure I'm interested in writing a CDF specific wrapper unfortunately. I wonder if there are pieces of it that I can extract and turn into...
Feel free to donate the code @joistick11 .
Great example Mike. Thanks much.
Appreciate the look @CrushaKRool . The code is _supposed_ to use the first-byte stuff and then fall through to the findMatch(). See https://github.com/j256/simplemagic/blob/211cf35f7a827958e78aba0c15ec4c8dcfe0699a/src/main/java/com/j256/simplemagic/entries/MagicEntries.java#L122 Let me get this test in place...
Sorry for the delay on this. If you can break these into individual PRs then I'll take them but I don't like to mix issues. I'm also happy to split...
> this can't be accepted Can you spend another 30 seconds @stokito and explain _why_ this can't be accepted to @zerjioang?
Good point. I'll take a look.
According to my reading of the docs, the regex matching type is supposed to match on lines and not bytes. Maybe the pattern is wrong?
The file command has additional checking that is not magic number based. For example the ods files _are_ zip files. To understand that they are spreadsheets requires opening up the...