public static class BinaryBlockSerialization.MatrixBlockDeserializer extends Object implements org.apache.hadoop.io.serializer.Deserializer<MatrixBlock>
| Constructor and Description | 
|---|
| MatrixBlockDeserializer() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | close() | 
| MatrixBlock | deserialize(MatrixBlock mb) | 
| void | open(InputStream arg0) | 
public void open(InputStream arg0) throws IOException
open in interface org.apache.hadoop.io.serializer.Deserializer<MatrixBlock>IOExceptionpublic MatrixBlock deserialize(MatrixBlock mb) throws IOException
deserialize in interface org.apache.hadoop.io.serializer.Deserializer<MatrixBlock>IOExceptionpublic void close()
           throws IOException
close in interface org.apache.hadoop.io.serializer.Deserializer<MatrixBlock>IOExceptionCopyright © 2021 The Apache Software Foundation. All rights reserved.