From cb3fdcfc289318671235518d1e758a289bf98fbc Mon Sep 17 00:00:00 2001 From: Said Ryan Ackley Date: Thu, 5 Jun 2003 02:00:50 +0000 Subject: [PATCH] Added stuff for writing git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@353122 13f79535-47bb-0310-9956-ffa450edef68 --- src/types/styles/hdftype.xsl | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/types/styles/hdftype.xsl b/src/types/styles/hdftype.xsl index 52e39511e5..8ae76aae0c 100644 --- a/src/types/styles/hdftype.xsl +++ b/src/types/styles/hdftype.xsl @@ -100,6 +100,14 @@ public abstract class AbstractType } + public void serialize(byte[] data, int offset) + { + + + ; + + } + public String toString() { StringBuffer buffer = new StringBuffer();