Java TdfParser

Java TdfParser

Discuss the source code and development of Spring Engine in general from a technical point of view. Patches go here too.

Moderator: Moderators

Post Reply
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Java TdfParser

Post by AF »

A quick port of hughperkins C# TdfParser class to Java

http://www.darkstars.co.uk/randomfiles/TdfParser.java
Kloot
Spring Developer
Posts: 1867
Joined: 08 Oct 2006, 16:58

Post by Kloot »

Link gives a 403 (Forbidden).
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

Sorry, filepermissions hadnt been set on that folder
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Post by Pxtl »

Gah, does this mean I've done some horrible wheel-reinvention with my tdf parser? Carp.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

? You wrote a java parser?

I fixed the permissions on it anyway
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Post by Pxtl »

AF wrote:? You wrote a java parser?

I fixed the permissions on it anyway
No, another C# parser. Not Java.
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

can you send me it? I'm trying to figure out why my own TDF Parser isnt parsing and another parser would help determine wether its the parser or the code using it at fault.
User avatar
Pxtl
Posts: 6112
Joined: 23 Oct 2004, 01:43

Post by Pxtl »

AF wrote:can you send me it? I'm trying to figure out why my own TDF Parser isnt parsing and another parser would help determine wether its the parser or the code using it at fault.
At work now, don't have access to the code.
User avatar
MadRat
Posts: 532
Joined: 24 Oct 2006, 13:45

Post by MadRat »

How does a dumbass n00b use it? :)
User avatar
AF
AI Developer
Posts: 20687
Joined: 14 Sep 2004, 11:32

Post by AF »

look at hughperkins examples for the C# version. The Java version of the class provides the same interface and is used the same way.
Post Reply

Return to “Engine”