MCPcopy Create free account
hub / github.com/awelm/simpledb / serialize

Method serialize

src/simpledb/StringField.java:49–60  ·  view source on GitHub ↗

Write this string to dos. Always writes maxSize + 4 bytes to the passed in dos. First four bytes are string length, next bytes are string, with remainder padded with 0 to maxSize. @param dos Where the string is written

(DataOutputStream dos)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected