程序包 | 说明 |
---|---|
com.fr.base.frpx.util |
限定符和类型 | 方法和说明 |
---|---|
static byte[] |
FileMagic.peekFirst8Bytes(java.io.InputStream stream)
Peeks at the first 8 bytes of the stream.
|
static byte[] |
FileMagic.peekFirstNBytes(java.io.InputStream stream,
int limit)
Peeks at the first N bytes of the stream.
|