7 lines
86 B
Plaintext
7 lines
86 B
Plaintext
|
module org.apache.hadoop.record {
|
||
|
class RecBuffer {
|
||
|
buffer data;
|
||
|
}
|
||
|
}
|
||
|
|