Re: Trying to Work an Easy way to solve this problem.
- From: dpb <none@xxxxxxx>
- Date: Thu, 14 Aug 2008 18:28:23 -0500
Kardon Coupé wrote:
....
Basically what I'm trying to do, is input data, remove data I don't need from it, and dump the data back out......
so if I'm reading in binary values of....
$00,$01,$02,$03,$04,$05,$06,$07,$08,$09,$0A,$0B,$0C,$0D,$0E,$0F (binary file on the HDD)
from the data I want to remove $03,$07,$0B,$0C,$0D,$0E,$0F
Unless there is some pattern that can be utilized in the data either from the data bytes that are to be excluded or in the sequence in the file (say once find a particular value it has to be followed by one byte to keep and two to be rejected as just an example), I don't see anything other than to process the file for each offending value.
--
.
- Follow-Ups:
- Re: Trying to Work an Easy way to solve this problem.
- From: Kardon Coupé
- Re: Trying to Work an Easy way to solve this problem.
- References:
- Trying to Work an Easy way to solve this problem.
- From: Kardon Coupé
- Re: Trying to Work an Easy way to solve this problem.
- From: Larry Serflaten
- Re: Trying to Work an Easy way to solve this problem.
- From: Kardon Coupé
- Re: Trying to Work an Easy way to solve this problem.
- From: MikeD
- Re: Trying to Work an Easy way to solve this problem.
- From: Kardon Coupé
- Trying to Work an Easy way to solve this problem.
- Prev by Date: Re: Shell command not opening dot template
- Next by Date: Re: Any Time Lords Out There?
- Previous by thread: Re: Trying to Work an Easy way to solve this problem.
- Next by thread: Re: Trying to Work an Easy way to solve this problem.
- Index(es):
Relevant Pages
|