RE: CRC implementation

2001-10-15 Thread Evenblij, Paul
> From: Thomas E Deweese [mailto:[EMAIL PROTECTED]] > > "EP" == Evenblij, Paul <[EMAIL PROTECTED]> writes: > > EP> Question: can anyone tell me what's the rationale for the decision > EP> to implement a CRC class in PNGImageEncoder.java, instead of using > EP> the JDK class java.util.zip.CRC3

CRC implementation

2001-10-15 Thread Thomas E Deweese
> "EP" == Evenblij, Paul <[EMAIL PROTECTED]> writes: EP> Question: can anyone tell me what's the rationale for the decision EP> to implement a CRC class in PNGImageEncoder.java, instead of using EP> the JDK class java.util.zip.CRC32 ? I don't know if there are deeper technical reasons bu

CRC implementation

2001-10-15 Thread Evenblij, Paul
Hi, Question: can anyone tell me what's the rationale for the decision to implement a CRC class in PNGImageEncoder.java, instead of using the JDK class java.util.zip.CRC32 ? Thanks, Paul - To unsubscribe, e-mail: [EMAIL PROTECT