please help
hello friends
i have a scenario like
1) i have a ByteArrayOutputStream
2) i need to check the first two bytes ,if they are 13,10 ,have to remove them
3) later ,i to convert that to byte[]
any body please help how to do that without arraycopy
regards
OS

