parse_be

Function parse_be 

Source
pub fn parse_be(input: &[u8]) -> IResult<&[u8], Vtk>
Expand description

Parse the entire VTK file using big endian byte order.

This is the default VTK byte order. Binary .vtk files produced by ParaView are in big endian form.