Skip to content

marwankau/BinaryFileViewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

File Viewer App

The aim of this app to open text file and binary files. For text files it just display file contents on the output. However, binary file it will displayed as hexadecimal see following sample:

Sample Hex View

Your Task

Complete Java code to implements reading any file as binary file by showing each byte as hexadecimal on command line. Each byte converted to hexadecimal and its neighbor should sperated from each other by one space. As shown in the above image.

Screen Capture

Screen Capture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages