Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File type identification #1266

Merged
merged 8 commits into from May 27, 2015

Conversation

sidheshenator
Copy link
Contributor

No description provided.

if (file.getSize() < readHeaderSize) {
return false;
}

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe this is what tika does under the hood, but this method name is misleading now...

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@millmanorama I'll rename it to isZipFile().

rcordovano added a commit that referenced this pull request May 27, 2015
@rcordovano rcordovano merged commit e061443 into sleuthkit:develop May 27, 2015
@sidheshenator sidheshenator deleted the file_type_identification branch May 29, 2015 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants